diff options
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 |