aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-08-20 14:32:06 +0800
committerChris Toshok <toshok@src.gnome.org>2002-08-20 14:32:06 +0800
commit124958ab47828e803faf551e1e93b40647c01bf9 (patch)
treecb6a88f030148a403a77da86fcad5b0b6d64e527 /addressbook/ChangeLog
parentf64bfabfa514536408915328c490748f7273b9cc (diff)
downloadgsoc2013-evolution-124958ab47828e803faf551e1e93b40647c01bf9.tar
gsoc2013-evolution-124958ab47828e803faf551e1e93b40647c01bf9.tar.gz
gsoc2013-evolution-124958ab47828e803faf551e1e93b40647c01bf9.tar.bz2
gsoc2013-evolution-124958ab47828e803faf551e1e93b40647c01bf9.tar.lz
gsoc2013-evolution-124958ab47828e803faf551e1e93b40647c01bf9.tar.xz
gsoc2013-evolution-124958ab47828e803faf551e1e93b40647c01bf9.tar.zst
gsoc2013-evolution-124958ab47828e803faf551e1e93b40647c01bf9.zip
add the listener_id slot.
2002-08-19 Chris Toshok <toshok@ximian.com> * gui/component/select-names/e-select-names-manager.h: add the listener_id slot. * gui/component/select-names/e-select-names-manager.c (e_select_names_manager_new): store off the listener_id. (e_select_names_manager_destroy): remove the bonobo listener - fixes a crash when modifying the completion folders after you bring up a compose window. (e_select_names_manager_entry_new): another random timeout change - make the completion at 100ms. svn path=/trunk/; revision=17815
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index add7889c61..de8d85bf2a 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,18 @@
2002-08-19 Chris Toshok <toshok@ximian.com>
+ * gui/component/select-names/e-select-names-manager.h: add the
+ listener_id slot.
+
+ * gui/component/select-names/e-select-names-manager.c
+ (e_select_names_manager_new): store off the listener_id.
+ (e_select_names_manager_destroy): remove the bonobo listener -
+ fixes a crash when modifying the completion folders after you
+ bring up a compose window.
+ (e_select_names_manager_entry_new): another random timeout change
+ - make the completion at 100ms.
+
+2002-08-19 Chris Toshok <toshok@ximian.com>
+
* backend/pas/pas-book-view.c (pas_book_view_notify_complete):
take and pass the CallStatus to our listener.