diff options
author | Chris Toshok <toshok@ximian.com> | 2004-03-31 05:38:41 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-03-31 05:38:41 +0800 |
commit | 2a82a4b527aef8b7257cb72ea2aae05c4aee8163 (patch) | |
tree | d99140ea444917d7f12926b9463f70ebfe133ab2 /addressbook/ChangeLog | |
parent | b3520a456f3ed8936ec9e9989047ef6662db7eaa (diff) | |
download | gsoc2013-evolution-2a82a4b527aef8b7257cb72ea2aae05c4aee8163.tar.gz gsoc2013-evolution-2a82a4b527aef8b7257cb72ea2aae05c4aee8163.tar.zst gsoc2013-evolution-2a82a4b527aef8b7257cb72ea2aae05c4aee8163.zip |
[ fixes bug #53634 ]
2004-03-30 Chris Toshok <toshok@ximian.com>
[ fixes bug #53634 ]
* gui/widgets/e-addressbook-view.c (eab_view_new): call
e_search_bar_set_menu to add the Advanced... menu item to the
search menu, and connect to "menu_activated".
(search_menu_activated): new function, pop up the advanced dialog
if id == ESB_ADVANCED.
(query_changed): use e_search_bar_get_item_id instead of
g_object_get.
* gui/component/addressbook.c (verbs): remove ToolSearch.
(pixmaps): remove the ToolSearch pixmap.
svn path=/trunk/; revision=25247
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index db0fcd13a2..07c1f90d18 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,20 @@ 2004-03-30 Chris Toshok <toshok@ximian.com> + [ fixes bug #53634 ] + + * gui/widgets/e-addressbook-view.c (eab_view_new): call + e_search_bar_set_menu to add the Advanced... menu item to the + search menu, and connect to "menu_activated". + (search_menu_activated): new function, pop up the advanced dialog + if id == ESB_ADVANCED. + (query_changed): use e_search_bar_get_item_id instead of + g_object_get. + + * gui/component/addressbook.c (verbs): remove ToolSearch. + (pixmaps): remove the ToolSearch pixmap. + +2004-03-30 Chris Toshok <toshok@ximian.com> + [ gui part of the fix required for #48665 ] * gui/widgets/e-addressbook-model.c (get_view): pass the source's |