Switched from using gtk_menu_item_new_with_label for the menu header to
2000-11-10 Christopher James Lahey <clahey@helixcode.com> * e-search-bar.c: Switched from using gtk_menu_item_new_with_label for the menu header to using gnome_stock_menu_item. svn path=/trunk/; revision=6530
This commit is contained in:
committed by
Chris Lahey
parent
2ad0db845a
commit
2ff6fc1219
@ -1,3 +1,8 @@
|
||||
2000-11-10 Christopher James Lahey <clahey@helixcode.com>
|
||||
|
||||
* e-search-bar.c: Switched from using gtk_menu_item_new_with_label
|
||||
for the menu header to using gnome_stock_menu_item.
|
||||
|
||||
2000-11-08 Anna Marie Dirks <anna@helixcode.com>
|
||||
* e-search-bar.c: Fixed two spacing problems: first, changed
|
||||
the spacing around the end of the text-entry widget so that
|
||||
|
||||
@ -156,7 +156,7 @@ esb_pack_menubar(ESearchBar *esb, ESearchBarItem *items)
|
||||
}
|
||||
gtk_widget_show_all (menu);
|
||||
|
||||
menuitem = gtk_menu_item_new_with_label(_("Search"));
|
||||
menuitem = gnome_stock_menu_item(GNOME_STOCK_MENU_SEARCH, _("Search"));
|
||||
gtk_menu_item_set_submenu(GTK_MENU_ITEM(menuitem), menu);
|
||||
|
||||
gtk_widget_show (menuitem);
|
||||
|
||||
@ -156,7 +156,7 @@ esb_pack_menubar(ESearchBar *esb, ESearchBarItem *items)
|
||||
}
|
||||
gtk_widget_show_all (menu);
|
||||
|
||||
menuitem = gtk_menu_item_new_with_label(_("Search"));
|
||||
menuitem = gnome_stock_menu_item(GNOME_STOCK_MENU_SEARCH, _("Search"));
|
||||
gtk_menu_item_set_submenu(GTK_MENU_ITEM(menuitem), menu);
|
||||
|
||||
gtk_widget_show (menuitem);
|
||||
|
||||
Reference in New Issue
Block a user