aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2013-01-09 05:14:26 +0800
committerMilan Crha <mcrha@redhat.com>2013-01-09 05:15:38 +0800
commit268b609f9d9bfab9a40fff87e82511710be7b511 (patch)
tree15b9e2e0eabae1cbc6fbd875415687eed8b7ab9f /addressbook
parent8adc5cbe5022352551213093eb9b4cefb03d12e1 (diff)
downloadgsoc2013-evolution-268b609f9d9bfab9a40fff87e82511710be7b511.tar
gsoc2013-evolution-268b609f9d9bfab9a40fff87e82511710be7b511.tar.gz
gsoc2013-evolution-268b609f9d9bfab9a40fff87e82511710be7b511.tar.bz2
gsoc2013-evolution-268b609f9d9bfab9a40fff87e82511710be7b511.tar.lz
gsoc2013-evolution-268b609f9d9bfab9a40fff87e82511710be7b511.tar.xz
gsoc2013-evolution-268b609f9d9bfab9a40fff87e82511710be7b511.tar.zst
gsoc2013-evolution-268b609f9d9bfab9a40fff87e82511710be7b511.zip
Bug #691134 - New contact lists always saved to a default book
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
index 8f0c8783fb..f722210caf 100644
--- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c
+++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
@@ -946,7 +946,7 @@ contact_list_editor_source_menu_changed_cb (GtkWidget *widget)
if (!e_source_equal (client_source, active_source))
e_client_utils_open_new (
- client_source, E_CLIENT_SOURCE_TYPE_CONTACTS,
+ active_source, E_CLIENT_SOURCE_TYPE_CONTACTS,
FALSE, NULL, contact_list_editor_book_loaded_cb,
g_object_ref (editor));