diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-10-27 02:29:39 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-10-27 02:29:39 +0800 |
commit | 33b867e6ccedfbc0fe36f416f49882d314d9e486 (patch) | |
tree | 4e9f5ea0a6fd279dc39bcc20e9c57365c77bfdb0 /addressbook/ChangeLog | |
parent | 9cf4da473a8f51c9dccce3ca94945730e4445c5a (diff) | |
download | gsoc2013-evolution-33b867e6ccedfbc0fe36f416f49882d314d9e486.tar.gz gsoc2013-evolution-33b867e6ccedfbc0fe36f416f49882d314d9e486.tar.zst gsoc2013-evolution-33b867e6ccedfbc0fe36f416f49882d314d9e486.zip |
Remove bad dialog ref-counting crap.
2001-10-26 Jon Trowbridge <trow@ximian.com>
* gui/contact-editor/e-contact-save-as.c (file_exists): Remove bad
dialog ref-counting crap.
* gui/contact-editor/e-contact-editor.c (save_card): Ref our
EContactEditor, since we are holding a pointer to it in
EditorCloseStruct.
(card_modified_cb): Unref our EContactEditor when we free our
EditorCloseStruct.
(card_added_cb): Unref our EContactEditor when we free our
EditorCloseStruct.
svn path=/trunk/; revision=14157
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 7a8822b7b1..052af8d619 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,16 @@ +2001-10-26 Jon Trowbridge <trow@ximian.com> + + * gui/contact-editor/e-contact-save-as.c (file_exists): Remove bad + dialog ref-counting crap. + + * gui/contact-editor/e-contact-editor.c (save_card): Ref our + EContactEditor, since we are holding a pointer to it in + EditorCloseStruct. + (card_modified_cb): Unref our EContactEditor when we free our + EditorCloseStruct. + (card_added_cb): Unref our EContactEditor when we free our + EditorCloseStruct. + 2001-10-26 JP Rosevear <jpr@ximian.com> * conduit/address-conduit.c (check_for_slow_setting): make debug |