← Back to team overview

ayatana-commits team mailing list archive

[Branch ~ted/libindicate/messages-v2] Rev 394: Error found in dbusmenu, but we just stole this code, so we should fix it here too ; )

 

------------------------------------------------------------
revno: 394
committer: Ted Gould <ted@xxxxxxxxxxxxx>
branch nick: messages-v2
timestamp: Thu 2009-09-03 22:00:22 -0500
message:
  Error found in dbusmenu, but we just stole this code, so we should fix it here too ;)
modified:
  libindicate-gtk/indicator.c


--
lp:~ted/libindicate/messages-v2
https://code.launchpad.net/~ted/libindicate/messages-v2

Your team ayatana-commits is subscribed to branch lp:~ted/libindicate/messages-v2.
To unsubscribe from this branch go to https://code.launchpad.net/~ted/libindicate/messages-v2/+edit-subscription.
=== modified file 'libindicate-gtk/indicator.c'
--- libindicate-gtk/indicator.c	2009-08-03 18:25:05 +0000
+++ libindicate-gtk/indicator.c	2009-09-04 03:00:22 +0000
@@ -54,7 +54,7 @@
 
 	if (!gdk_pixbuf_save_to_buffer((GdkPixbuf *)data, &png_data, &png_data_len, "png", &error, NULL)) {
 		if (error == NULL) {
-			g_warning("Unable to create pixbuf data stream: %d", png_data_len);
+			g_warning("Unable to create pixbuf data stream: %d", (gint)png_data_len);
 		} else {
 			g_warning("Unable to create pixbuf data stream: %s", error->message);
 			g_error_free(error);