From 1f58319a4448a2c4bab61f5d1612ee46e194c12b Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 26 Nov 2012 15:45:51 -0600 Subject: whoops! remove a stray g_message() that got committed --- libdbusmenu-gtk/client.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libdbusmenu-gtk') diff --git a/libdbusmenu-gtk/client.c b/libdbusmenu-gtk/client.c index aa80a0c..8e84e3d 100644 --- a/libdbusmenu-gtk/client.c +++ b/libdbusmenu-gtk/client.c @@ -1203,7 +1203,6 @@ image_property_handle (DbusmenuMenuitem * item, const gchar * property, GVariant 'rtl' depending on what we're doing. */ gchar * finaliconname = g_strdup_printf("%s-%s", iconname, gtk_widget_get_direction(GTK_WIDGET(gimi)) == GTK_TEXT_DIR_RTL ? "rtl" : "ltr"); -g_message (G_STRLOC" icon_name %p %s", finaliconname, finaliconname); if (!gtk_icon_theme_has_icon(gtk_icon_theme_get_default(), finaliconname)) { /* If we don't have that icon, fall back to having one without the extra bits. */ -- cgit v1.2.3