diff options
author | Chris Toshok <toshok@ximian.com> | 2004-01-22 01:33:53 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-01-22 01:33:53 +0800 |
commit | 29ca7c6778a87c64230982432ee9364c95f5c614 (patch) | |
tree | 18807d5e4d95dd68dfa0a04014e7bd30fe5af177 /addressbook/gui | |
parent | 2493b75dbbd985baf1c280a1271ea48e9ea31c10 (diff) | |
download | gsoc2013-evolution-29ca7c6778a87c64230982432ee9364c95f5c614.tar.gz 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/gui')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |