[Goodies-commits] r3023 - xfce4-smartpm-plugin/trunk/src

Anders F Bjorklund afb at xfce.org
Tue Aug 21 18:24:30 CEST 2007


Author: afb
Date: 2007-08-21 16:24:29 +0000 (Tue, 21 Aug 2007)
New Revision: 3023

Modified:
   xfce4-smartpm-plugin/trunk/src/xfcesmart.c
Log:
fix missing menu item

Modified: xfce4-smartpm-plugin/trunk/src/xfcesmart.c
===================================================================
--- xfce4-smartpm-plugin/trunk/src/xfcesmart.c	2007-08-21 06:52:29 UTC (rev 3022)
+++ xfce4-smartpm-plugin/trunk/src/xfcesmart.c	2007-08-21 16:24:29 UTC (rev 3023)
@@ -660,7 +660,7 @@
   gtk_widget_show(smart->image);
   gtk_container_add(GTK_CONTAINER (smart->button), smart->image);
 
-  smart->menuitem = gtk_menu_item_new_with_label(_("Update Channels"));
+  smart->menuitem = gtk_image_menu_item_new_with_label(_("Update Channels"));
   gtk_widget_show (smart->menuitem);
   menuicon = gtk_image_new_from_stock(GTK_STOCK_REFRESH, GTK_ICON_SIZE_MENU);
   gtk_widget_show (menuicon);




More information about the Goodies-commits mailing list