From 5027f2008badcb8d8056190dac1403335754f202 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 11 Jan 2002 07:24:08 +0000 Subject: Handle setting the search bar to "Advanced..." when the alphabet buttons 2002-01-11 Christopher James Lahey * gui/component/addressbook.c (alphabet_state_changed): Handle setting the search bar to "Advanced..." when the alphabet buttons are pushed and back when they're cleared. Fixes Ximian bug #12904. (addressbook_menu_activated): When the user calls Search->clear, set the search to ESB_ANY and "", don't just set the text. This is especially useful when it's set to ESB_ADVANCED. * gui/widgets/e-addressbook-view.c, gui/widgets/e-addressbook-view.h (alphabet_state_change): Added this signal which gets emitted when the alphabet buttons are pushed. (command_state_change): Removed the ref pair here. It's not necessary. gtk_signal_emit refs the object itself. svn path=/trunk/; revision=15295 --- addressbook/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 055ce37e1e..64dc041ae6 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,20 @@ +2002-01-11 Christopher James Lahey + + * gui/component/addressbook.c (alphabet_state_changed): Handle + setting the search bar to "Advanced..." when the alphabet buttons + are pushed and back when they're cleared. Fixes Ximian bug + #12904. + (addressbook_menu_activated): When the user calls Search->clear, + set the search to ESB_ANY and "", don't just set the text. This + is especially useful when it's set to ESB_ADVANCED. + + * gui/widgets/e-addressbook-view.c, + gui/widgets/e-addressbook-view.h (alphabet_state_change): Added + this signal which gets emitted when the alphabet buttons are + pushed. + (command_state_change): Removed the ref pair here. It's not + necessary. gtk_signal_emit refs the object itself. + 2002-01-11 Christopher James Lahey * backend/ebook/e-card-compare.c (name_synonyms): Added a couple -- cgit v1.2.3