aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-08-30 12:14:17 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-08-30 12:14:17 +0800
commit206e67a5a62ea3f142c6fb60998dbd3b435ddee4 (patch)
tree797715f87878433773d6073bc874fb6bde0abdf0 /addressbook/ChangeLog
parent1cae0f1a15d107fd0f514b8a64ecfdf4af4768be (diff)
downloadgsoc2013-evolution-206e67a5a62ea3f142c6fb60998dbd3b435ddee4.tar
gsoc2013-evolution-206e67a5a62ea3f142c6fb60998dbd3b435ddee4.tar.gz
gsoc2013-evolution-206e67a5a62ea3f142c6fb60998dbd3b435ddee4.tar.bz2
gsoc2013-evolution-206e67a5a62ea3f142c6fb60998dbd3b435ddee4.tar.lz
gsoc2013-evolution-206e67a5a62ea3f142c6fb60998dbd3b435ddee4.tar.xz
gsoc2013-evolution-206e67a5a62ea3f142c6fb60998dbd3b435ddee4.tar.zst
gsoc2013-evolution-206e67a5a62ea3f142c6fb60998dbd3b435ddee4.zip
Paranoia. Check that name != qa->name. (quick_add_set_email): Check that
2001-08-29 Jon Trowbridge <trow@ximian.com> * gui/contact-editor/e-contact-quick-add.c (quick_add_set_name): Paranoia. Check that name != qa->name. (quick_add_set_email): Check that email != qa->email. (ce_have_book): Store the QuickAdd data structure in object data, so that we can be extra-careful and avoid having a dangling pointer floating around out somewhere as the closure for a signal. Fixes bug #8155, I think. (card_added_cb): Clear object data to ensure single unref. (editor_closed_cb): Clear object data to ensure single unref. svn path=/trunk/; revision=12525
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 656f02b22b..f86356d6f9 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,15 @@
2001-08-29 Jon Trowbridge <trow@ximian.com>
+ * gui/contact-editor/e-contact-quick-add.c (quick_add_set_name):
+ Paranoia. Check that name != qa->name.
+ (quick_add_set_email): Check that email != qa->email.
+ (ce_have_book): Store the QuickAdd data structure in object data,
+ so that we can be extra-careful and avoid having a dangling
+ pointer floating around out somewhere as the closure for a signal.
+ Fixes bug #8155, I think.
+ (card_added_cb): Clear object data to ensure single unref.
+ (editor_closed_cb): Clear object data to ensure single unref.
+
* gui/component/select-names/e-select-names-completion.c
(book_query_score): Make sure that comp->priv->query_text isn't
NULL. (Fixes bug #8195)