aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-01-11 15:24:08 +0800
committerChris Lahey <clahey@src.gnome.org>2002-01-11 15:24:08 +0800
commit5027f2008badcb8d8056190dac1403335754f202 (patch)
tree768d6583b3a3b86e104e59a828eb442907d26680 /addressbook/ChangeLog
parentd17adcedf443dde2018070d868e53e75790d5936 (diff)
downloadgsoc2013-evolution-5027f2008badcb8d8056190dac1403335754f202.tar
gsoc2013-evolution-5027f2008badcb8d8056190dac1403335754f202.tar.gz
gsoc2013-evolution-5027f2008badcb8d8056190dac1403335754f202.tar.bz2
gsoc2013-evolution-5027f2008badcb8d8056190dac1403335754f202.tar.lz
gsoc2013-evolution-5027f2008badcb8d8056190dac1403335754f202.tar.xz
gsoc2013-evolution-5027f2008badcb8d8056190dac1403335754f202.tar.zst
gsoc2013-evolution-5027f2008badcb8d8056190dac1403335754f202.zip
Handle setting the search bar to "Advanced..." when the alphabet buttons
2002-01-11 Christopher James Lahey <clahey@ximian.com> * 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
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 055ce37e1e..64dc041ae6 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,22 @@
2002-01-11 Christopher James Lahey <clahey@ximian.com>
+ * 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 <clahey@ximian.com>
+
* backend/ebook/e-card-compare.c (name_synonyms): Added a couple
of names here.