From bd853be24c211660dc8d6e3ec327533335fe036c Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 28 Nov 2008 10:44:47 +0000 Subject: max_width, max_height and max_size are defined as guint in EmpathyTpContactFactory and telepathy spec. svn path=/trunk/; revision=1923 --- libempathy-gtk/empathy-avatar-chooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libempathy-gtk/empathy-avatar-chooser.c b/libempathy-gtk/empathy-avatar-chooser.c index 19b4ef8d9..37abd42de 100644 --- a/libempathy-gtk/empathy-avatar-chooser.c +++ b/libempathy-gtk/empathy-avatar-chooser.c @@ -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; -- cgit v1.2.3