aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-06-30 22:48:07 +0800
committerMilan Crha <mcrha@redhat.com>2011-06-30 22:48:07 +0800
commita1b810294d9a8d78738e5d77fdb468cbf58bd970 (patch)
treec3b2ab0b914214d32c952b26e053aa9680cfe8dc /addressbook
parentf525838816519b904aa95331306fa56c9a4b586c (diff)
downloadgsoc2013-evolution-a1b810294d9a8d78738e5d77fdb468cbf58bd970.tar
gsoc2013-evolution-a1b810294d9a8d78738e5d77fdb468cbf58bd970.tar.gz
gsoc2013-evolution-a1b810294d9a8d78738e5d77fdb468cbf58bd970.tar.bz2
gsoc2013-evolution-a1b810294d9a8d78738e5d77fdb468cbf58bd970.tar.lz
gsoc2013-evolution-a1b810294d9a8d78738e5d77fdb468cbf58bd970.tar.xz
gsoc2013-evolution-a1b810294d9a8d78738e5d77fdb468cbf58bd970.tar.zst
gsoc2013-evolution-a1b810294d9a8d78738e5d77fdb468cbf58bd970.zip
Autocompletion in contact list editor didn't work
due to forgotten call to load books to ENameSelector
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-editor.c2
1 files changed, 2 insertions, 0 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 41c9f27ae9..e1106a2fee 100644
--- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c
+++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
@@ -1592,6 +1592,8 @@ contact_list_editor_init (EContactListEditor *editor)
gtk_widget_show_all (WIDGET (DIALOG));
setup_custom_widgets (editor);
+
+ e_name_selector_load_books (priv->name_selector);
}
/***************************** Public Interface ******************************/