diff options
author | Chris Toshok <toshok@ximian.com> | 2004-06-30 23:32:37 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-06-30 23:32:37 +0800 |
commit | d08695416fbeb098fe9e3906a6d10ced297b6c40 (patch) | |
tree | 870f5ac33e49fbd279fe306ada35cbc690c46eeb /addressbook/ChangeLog | |
parent | 4b2f9ba9281b12db44fd9b0c6624613098f8a55e (diff) | |
download | gsoc2013-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/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 3ac458943b..bdbd66e4ec 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,17 @@ +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. + 2004-06-29 Rodney Dawes <dobey@novell.com> * tools/Makefile.am (bin_PROGRAMS): Change to privlibexec_PROGRAMS |