aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.h
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-06-30 23:32:37 +0800
committerChris Toshok <toshok@src.gnome.org>2004-06-30 23:32:37 +0800
commitd08695416fbeb098fe9e3906a6d10ced297b6c40 (patch)
tree870f5ac33e49fbd279fe306ada35cbc690c46eeb /addressbook/gui/contact-editor/e-contact-editor.h
parent4b2f9ba9281b12db44fd9b0c6624613098f8a55e (diff)
downloadgsoc2013-evolution-d08695416fbeb098fe9e3906a6d10ced297b6c40.tar
gsoc2013-evolution-d08695416fbeb098fe9e3906a6d10ced297b6c40.tar.gz
gsoc2013-evolution-d08695416fbeb098fe9e3906a6d10ced297b6c40.tar.bz2
gsoc2013-evolution-d08695416fbeb098fe9e3906a6d10ced297b6c40.tar.lz
gsoc2013-evolution-d08695416fbeb098fe9e3906a6d10ced297b6c40.tar.xz
gsoc2013-evolution-d08695416fbeb098fe9e3906a6d10ced297b6c40.tar.zst
gsoc2013-evolution-d08695416fbeb098fe9e3906a6d10ced297b6c40.zip
disconnect source/target_editable signal ids.
2004-06-30 Chris Toshok <toshok@ximian.com> * gui/contact-editor/e-contact-editor.c (e_contact_editor_dispose): disconnect source/target_editable signal ids. (e_contact_editor_set_property): disconnect/connect editable signals. (writable_changed): new function - we need this since writable status is generally communicated asynchronously with the async interface. * gui/contact-editor/e-contact-editor.h (struct _EContactEditor): add source/target_editable_id slots. svn path=/trunk/; revision=26554
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.h')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.h b/addressbook/gui/contact-editor/e-contact-editor.h
index 7ab3969e3f..58d9f2bb0d 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.h
+++ b/addressbook/gui/contact-editor/e-contact-editor.h
@@ -96,6 +96,10 @@ struct _EContactEditor
/* ID for async load_source call */
guint load_source_id;
EBook *load_book;
+
+ /* signal ids for "writable_status" */
+ int source_editable_id;
+ int target_editable_id;
};
struct _EContactEditorClass