aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names-manager.h
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/gui/component/select-names/e-select-names-manager.h
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/gui/component/select-names/e-select-names-manager.h')
-rw-r--r--addressbook/gui/component/select-names/e-select-names-manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-manager.h b/addressbook/gui/component/select-names/e-select-names-manager.h
index 30b4be35a4..a3cec1ceae 100644
--- a/addressbook/gui/component/select-names/e-select-names-manager.h
+++ b/addressbook/gui/component/select-names/e-select-names-manager.h
@@ -33,6 +33,8 @@ struct _ESelectNamesManager {
ESelectNames *names;
GList *completion_books;
+
+ Bonobo_EventSource_ListenerId listener_id;
};
struct _ESelectNamesManagerClass {