empathy r1923 - trunk/libempathy-gtk



Author: xclaesse
Date: Fri Nov 28 10:44:47 2008
New Revision: 1923
URL: http://svn.gnome.org/viewvc/empathy?rev=1923&view=rev

Log:
max_width, max_height and max_size are defined as guint in EmpathyTpContactFactory and telepathy spec.

Modified:
   trunk/libempathy-gtk/empathy-avatar-chooser.c

Modified: trunk/libempathy-gtk/empathy-avatar-chooser.c
==============================================================================
--- trunk/libempathy-gtk/empathy-avatar-chooser.c	(original)
+++ trunk/libempathy-gtk/empathy-avatar-chooser.c	Fri Nov 28 10:44:47 2008
@@ -412,7 +412,7 @@
 {
 	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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]