diff options
author | Ted Gould <ted@gould.cx> | 2010-03-24 12:35:51 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-24 12:35:51 -0500 |
commit | 08e6b03c32daa397b19d482a4e014572631cb9df (patch) | |
tree | 9305ca8b24cddc861b016264d86a988424ee0050 /libdbusmenu-gtk/client.c | |
parent | 388a8e335ad01e46bf934036fad62fb0ccbbabf4 (diff) | |
parent | 9cd59b2659b97e9cb4a8dcbf3e88bcb5713fb721 (diff) | |
download | libdbusmenu-08e6b03c32daa397b19d482a4e014572631cb9df.tar.gz libdbusmenu-08e6b03c32daa397b19d482a4e014572631cb9df.tar.bz2 libdbusmenu-08e6b03c32daa397b19d482a4e014572631cb9df.zip |
* Upstream Merge
* Crash fix in blank items
* Adding support for blank icons (LP: #534854)
* Remove unneeded warning (LP: #537312)
Diffstat (limited to 'libdbusmenu-gtk/client.c')
-rw-r--r-- | libdbusmenu-gtk/client.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libdbusmenu-gtk/client.c b/libdbusmenu-gtk/client.c index e79d088..98f1cb2 100644 --- a/libdbusmenu-gtk/client.c +++ b/libdbusmenu-gtk/client.c @@ -525,10 +525,6 @@ image_property_handle (DbusmenuMenuitem * item, const gchar * property, const GV icon either. */ gtkimage = NULL; } else if (g_strcmp0(iconname, DBUSMENU_MENUITEM_ICON_NAME_BLANK) == 0) { - if (gtkimage != NULL) { - g_object_unref(gtkimage); - } - gtkimage = gtk_image_new(); } else { /* Look to see if we want to have an icon with the 'ltr' or |