aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-01-22 01:33:53 +0800
committerChris Toshok <toshok@src.gnome.org>2004-01-22 01:33:53 +0800
commit29ca7c6778a87c64230982432ee9364c95f5c614 (patch)
tree18807d5e4d95dd68dfa0a04014e7bd30fe5af177 /addressbook
parent2493b75dbbd985baf1c280a1271ea48e9ea31c10 (diff)
downloadgsoc2013-evolution-29ca7c6778a87c64230982432ee9364c95f5c614.tar
gsoc2013-evolution-29ca7c6778a87c64230982432ee9364c95f5c614.tar.gz
gsoc2013-evolution-29ca7c6778a87c64230982432ee9364c95f5c614.tar.bz2
gsoc2013-evolution-29ca7c6778a87c64230982432ee9364c95f5c614.tar.lz
gsoc2013-evolution-29ca7c6778a87c64230982432ee9364c95f5c614.tar.xz
gsoc2013-evolution-29ca7c6778a87c64230982432ee9364c95f5c614.tar.zst
gsoc2013-evolution-29ca7c6778a87c64230982432ee9364c95f5c614.zip
call widget_changed here too, since we're changing the destination.
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. svn path=/trunk/; revision=24353
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