aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-12-10 08:09:55 +0800
committerChris Lahey <clahey@src.gnome.org>2000-12-10 08:09:55 +0800
commitf4fbeeefa18c0d04e5f0dc411a93e199afd4e215 (patch)
treeda162f37de5db98b305674344d42db10dfbab8be /addressbook/ChangeLog
parentdf6a67437ba0c55f9dc49f7ab2e07ea02ebfd0ee (diff)
downloadgsoc2013-evolution-f4fbeeefa18c0d04e5f0dc411a93e199afd4e215.tar
gsoc2013-evolution-f4fbeeefa18c0d04e5f0dc411a93e199afd4e215.tar.gz
gsoc2013-evolution-f4fbeeefa18c0d04e5f0dc411a93e199afd4e215.tar.bz2
gsoc2013-evolution-f4fbeeefa18c0d04e5f0dc411a93e199afd4e215.tar.lz
gsoc2013-evolution-f4fbeeefa18c0d04e5f0dc411a93e199afd4e215.tar.xz
gsoc2013-evolution-f4fbeeefa18c0d04e5f0dc411a93e199afd4e215.tar.zst
gsoc2013-evolution-f4fbeeefa18c0d04e5f0dc411a93e199afd4e215.zip
Connect to the "cursor_change" signal on the ETable here instead of the
2000-12-09 Christopher James Lahey <clahey@helixcode.com> * gui/component/select-names/e-select-names.c (e_select_names_init): Connect to the "cursor_change" signal on the ETable here instead of the ETableScrolled. (remove_address): Added the col and event parameters to this callback to match the added parameters to the double click signal. (e_select_names_add_section): Connect to the "double_click" signal on the ETable here instead of the ETableScrolled. svn path=/trunk/; revision=6894
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 3f02359832..9374e6c7b9 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,15 @@
2000-12-09 Christopher James Lahey <clahey@helixcode.com>
+ * gui/component/select-names/e-select-names.c
+ (e_select_names_init): Connect to the "cursor_change" signal on
+ the ETable here instead of the ETableScrolled.
+ (remove_address): Added the col and event parameters to this
+ callback to match the added parameters to the double click signal.
+ (e_select_names_add_section): Connect to the "double_click" signal
+ on the ETable here instead of the ETableScrolled.
+
+2000-12-09 Christopher James Lahey <clahey@helixcode.com>
+
* backend/ebook/e-card.c (e_card_set_arg): When setting the "name"
argument, copy the incoming name. This fixes a crash.