aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index d041e6b7e8..875367ae08 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-21 Chris Toshok <toshok@ximian.com>
+
+ * gui/contact-editor/e-contact-editor.c (new_target_cb): call
+ widget_changed here too, since we're changing the destination.
+
2004-01-20 Chris Toshok <toshok@ximian.com>
[ fixes bug #52955 ]
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index 486ac40972..5be1450ca7 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -985,6 +985,7 @@ new_target_cb (EBook *new_book, EBookStatus status, EContactEditor *editor)
g_object_set (editor, "target_book", new_book, NULL);
g_object_unref (new_book);
+ widget_changed (NULL, editor);
}
static void