aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-08-25 07:19:02 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-08-25 07:19:02 +0800
commitaaa1a12bf9ecb32643e806bcb30ad8b58dca7122 (patch)
treea764f8bff20a6b935089aa4dacc54b8e3338ca8f /addressbook/ChangeLog
parentbcb7c5c83e5f44116c3b97f2f8c7b2874e27c50a (diff)
downloadgsoc2013-evolution-aaa1a12bf9ecb32643e806bcb30ad8b58dca7122.tar
gsoc2013-evolution-aaa1a12bf9ecb32643e806bcb30ad8b58dca7122.tar.gz
gsoc2013-evolution-aaa1a12bf9ecb32643e806bcb30ad8b58dca7122.tar.bz2
gsoc2013-evolution-aaa1a12bf9ecb32643e806bcb30ad8b58dca7122.tar.lz
gsoc2013-evolution-aaa1a12bf9ecb32643e806bcb30ad8b58dca7122.tar.xz
gsoc2013-evolution-aaa1a12bf9ecb32643e806bcb30ad8b58dca7122.tar.zst
gsoc2013-evolution-aaa1a12bf9ecb32643e806bcb30ad8b58dca7122.zip
Put a freeze/thaw around our the set of operations that changes the
2001-08-24 Jon Trowbridge <trow@ximian.com> * backend/ebook/e-destination.c (e_destination_set_card): Put a freeze/thaw around our the set of operations that changes the internal state of our card, so 'changed' signal callbacks won't be invoked on a card in an intermediary state. This fixes the bug that was causing the e-mail addresses in cards to be blank when replying to a message. (An unexpected side-effect of toshok's change on 8/22 to make sure that priv->email != NULL). (e_destination_get_name): Code slightly rearranged for (IMO) clarity. svn path=/trunk/; revision=12466
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 91ddf5ec8b..f07aa98eea 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,15 @@
+2001-08-24 Jon Trowbridge <trow@ximian.com>
+
+ * backend/ebook/e-destination.c (e_destination_set_card): Put a
+ freeze/thaw around our the set of operations that changes the
+ internal state of our card, so 'changed' signal callbacks won't be
+ invoked on a card in an intermediary state. This fixes the bug
+ that was causing the e-mail addresses in cards to be blank when
+ replying to a message. (An unexpected side-effect of toshok's
+ change on 8/22 to make sure that priv->email != NULL).
+ (e_destination_get_name): Code slightly rearranged for (IMO)
+ clarity.
+
2001-08-23 Chris Toshok <toshok@ximian.com>
* gui/widgets/e-minicard.c (e_minicard_event): add