]> git.0d.be Git - empathy.git/commitdiff
max_width, max_height and max_size are defined as guint in EmpathyTpContactFactory...
authorXavier Claessens <xclaesse@src.gnome.org>
Fri, 28 Nov 2008 10:44:47 +0000 (10:44 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 28 Nov 2008 10:44:47 +0000 (10:44 +0000)
svn path=/trunk/; revision=1923

libempathy-gtk/empathy-avatar-chooser.c

index 19b4ef8d9c569081dd907e6a48d02d624a2ec8e7..37abd42de5e1e380a9c13b244c97c82cba36de00 100644 (file)
@@ -412,7 +412,7 @@ avatar_chooser_maybe_convert_and_scale (EmpathyAvatarChooser *chooser,
 {
        EmpathyAvatarChooserPriv *priv = GET_PRIV (chooser);
        EmpathyTpContactFactory  *tp_cf = priv->tp_contact_factory;
-       gint                      max_width = 0, max_height = 0, max_size = 0;
+       guint                     max_width = 0, max_height = 0, max_size = 0;
        gchar                   **mime_types = NULL;
        gboolean                  needs_conversion = FALSE;
        gint                      width, height;