[quick-lounge-applet] Always show the icons in the launchers menu.



commit 541b2fe7cb19fa4812d336e0ff77d7971c59dbb2
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sat Dec 26 20:37:11 2009 +0100

    Always show the icons in the launchers menu.

 src/quick-box.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/quick-box.c b/src/quick-box.c
index a67beb9..4795006 100644
--- a/src/quick-box.c
+++ b/src/quick-box.c
@@ -1219,6 +1219,7 @@ display_popup_menu (QuickBox *quick_box)
 
 		name = g_key_file_get_locale_string (desktop_entry, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_NAME, NULL, NULL); 
 		item = gtk_image_menu_item_new_with_label (name);
+		gtk_image_menu_item_set_always_show_image (GTK_IMAGE_MENU_ITEM (item), TRUE);
 
 		icon = g_key_file_get_string (desktop_entry, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_ICON, NULL);
 		if (icon != NULL)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]