From 29ca7c6778a87c64230982432ee9364c95f5c614 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 21 Jan 2004 17:33:53 +0000 Subject: call widget_changed here too, since we're changing the destination. 2004-01-21 Chris Toshok * 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 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/contact-editor/e-contact-editor.c | 1 + 2 files changed, 6 insertions(+) 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 + + * 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 [ 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 -- cgit v1.2.3