aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-06-06 06:00:16 +0800
committerJacob Leach <jleach@src.gnome.org>2001-06-06 06:00:16 +0800
commit07a23dc4a63443eba04c3991e3cf8619981bdb22 (patch)
treec6596adf7d361f8aa7478bfa77b40ab60cd3f33f /addressbook/ChangeLog
parentda148869da031cec7331322223744bab9b0f6192 (diff)
downloadgsoc2013-evolution-07a23dc4a63443eba04c3991e3cf8619981bdb22.tar
gsoc2013-evolution-07a23dc4a63443eba04c3991e3cf8619981bdb22.tar.gz
gsoc2013-evolution-07a23dc4a63443eba04c3991e3cf8619981bdb22.tar.bz2
gsoc2013-evolution-07a23dc4a63443eba04c3991e3cf8619981bdb22.tar.lz
gsoc2013-evolution-07a23dc4a63443eba04c3991e3cf8619981bdb22.tar.xz
gsoc2013-evolution-07a23dc4a63443eba04c3991e3cf8619981bdb22.tar.zst
gsoc2013-evolution-07a23dc4a63443eba04c3991e3cf8619981bdb22.zip
(Fix bug #655: SelectNames doesn't let you remove addresses after you add
2001-06-05 Jason Leach <jleach@ximian.com> (Fix bug #655: SelectNames doesn't let you remove addresses after you add them) * gui/component/select-names/e-select-names.c (section_right_click_cb): New function, provides a popup menu with just "Remove" in it. (remove_cb): New callback to do the remove. (e_select_names_add_section): Attach the "right_click" signal to the section_right_click_cb above. svn path=/trunk/; revision=10123
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 1ecae91348..167419884d 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,15 @@
+2001-06-05 Jason Leach <jleach@ximian.com>
+
+ (Fix bug #655: SelectNames doesn't let you remove addresses after
+ you add them)
+
+ * gui/component/select-names/e-select-names.c
+ (section_right_click_cb): New function, provides a popup menu with
+ just "Remove" in it.
+ (remove_cb): New callback to do the remove.
+ (e_select_names_add_section): Attach the "right_click" signal to
+ the section_right_click_cb above.
+
2001-06-05 Jon Trowbridge <trow@ximian.com>
* gui/component/select-names/e-select-names-manager.c