diff options
Diffstat (limited to 'gtk/gtkstatusicon.c')
-rwxr-xr-x | gtk/gtkstatusicon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstatusicon.c b/gtk/gtkstatusicon.c index 92d31b7722..297a1493bd 100755 --- a/gtk/gtkstatusicon.c +++ b/gtk/gtkstatusicon.c @@ -1044,7 +1044,7 @@ gtk_status_icon_set_image (GtkStatusIcon *status_icon, g_object_notify (G_OBJECT (status_icon), "icon-name"); break; default: - g_warning ("Image type %d not handled by GtkStatusIcon", storage_type); + g_warning ("Image type %u not handled by GtkStatusIcon", storage_type); } g_object_thaw_notify (G_OBJECT (status_icon)); |