diff options
author | Mengjie Yu <meng-jie.yu@sun.com> | 2005-03-16 14:34:51 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2005-03-16 14:34:51 +0800 |
commit | 4dbffeb4ae0cf296a31096e9529c223ce0528379 (patch) | |
tree | d9a26c70561fd92c53ff91bc4dcd5aa5ba6afd0d | |
parent | c7e55ce42001e34ad950cbf471aad3041b7c067e (diff) | |
download | gsoc2013-evolution-4dbffeb4ae0cf296a31096e9529c223ce0528379.tar.gz gsoc2013-evolution-4dbffeb4ae0cf296a31096e9529c223ce0528379.tar.zst gsoc2013-evolution-4dbffeb4ae0cf296a31096e9529c223ce0528379.zip |
make the search field consistent with the Search Dialog.
2005-03-16 Mengjie Yu <meng-jie.yu@sun.com>
* gui/widgets/e-addressbook-view.c: (search_menu_activated):
make the search field consistent with the Search Dialog.
Fixes #73270
svn path=/trunk/; revision=29030
-rw-r--r-- | addressbook/ChangeLog | 8 | ||||
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-view.c | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 22f4321402..f8613cb09c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2005-03-16 Mengjie Yu <meng-jie.yu@sun.com> + + * gui/widgets/e-addressbook-view.c: (search_menu_activated): + make the search field consistent with the Search Dialog. + + Fixes #73270 + + 2005-03-03 Sivaiah Nallagatla <snallagatla@novell.com> * gui/component/addressbook.c (load_source_auth_cb): diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index ece377ad9e..3d2e9fdef5 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -1490,7 +1490,7 @@ static void search_menu_activated (ESearchBar *esb, int id, EABView *view) { if (id == ESB_ADVANCED) - gtk_widget_show(eab_search_dialog_new(view)); + e_search_bar_set_item_id (esb, id); } static void |