empathy r1718 - trunk/libempathy-gtk
- From: hasselmm svn gnome org
 
- To: svn-commits-list gnome org
 
- Subject: empathy r1718 - trunk/libempathy-gtk
 
- Date: Thu, 13 Nov 2008 22:07:52 +0000 (UTC)
 
Author: hasselmm
Date: Thu Nov 13 22:07:52 2008
New Revision: 1718
URL: http://svn.gnome.org/viewvc/empathy?rev=1718&view=rev
Log:
Use proper format string for max-size property
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	Thu Nov 13 22:07:52 2008
@@ -485,7 +485,7 @@
 	 * try with a lower factor. */
 	if (max_size > 0 && avatar->len > max_size && !needs_conversion) {
 		DEBUG ("Image data (%"G_GSIZE_FORMAT" bytes) is too big "
-		       "(max is %"G_GSIZE_FORMAT" bytes), conversion needed.",
+		       "(max is %u bytes), conversion needed.",
 		       avatar->len, max_size);
 
 		factor = 0.5;
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]