From 9a9a51c562d402f2324e662125859d7b23410784 Mon Sep 17 00:00:00 2001 From: Gediminas Paulauskas Date: Sat, 12 May 2001 10:02:29 +0000 Subject: my computer crashed while commiting this first time. 2001-05-12 Gediminas Paulauskas * folder-browser-factory.c: load pixmaps for MessageCopy and MessageForwardAttached. Thanks Wayne Davis for a patch. 2001-05-12 Gediminas Paulauskas * evolution-mail.xml: add pixmaps for MessageCopy and MessageForwardAttached. Thanks Wayne Davis for a patch. 2001-05-12 Gediminas Paulauskas * po/POTFILES.in: update with new/moved files. also: Removed duplicated DATADIR in mail/Makefile.am fixed warning in e-search-bar.c in my recent code there svn path=/trunk/; revision=9783 --- widgets/misc/e-search-bar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'widgets') diff --git a/widgets/misc/e-search-bar.c b/widgets/misc/e-search-bar.c index c668082260..4d563208a2 100644 --- a/widgets/misc/e-search-bar.c +++ b/widgets/misc/e-search-bar.c @@ -123,7 +123,7 @@ static void add_dropdown(ESearchBar *esb, ESearchBarItem *items) str = _(items->text); if (str == items->text) { /* It may be english string, or utf8 rule name */ - item = e_utf8_gtk_menu_item_new_with_label (menu, str); + item = e_utf8_gtk_menu_item_new_with_label (GTK_MENU (menu), str); } else item = gtk_menu_item_new_with_label (str); } @@ -201,7 +201,7 @@ set_option(ESearchBar *esb, ESearchBarItem *items) str = _(items[i].text); if (str == items[i].text) { /* It may be english string, or utf8 rule name */ - item = e_utf8_gtk_menu_item_new_with_label (menu, str); + item = e_utf8_gtk_menu_item_new_with_label (GTK_MENU (menu), str); } else item = gtk_menu_item_new_with_label (str); } -- cgit