From 1d57572affb122f532b0668613e3cfd9dbab5416 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 30 Jun 2011 16:48:07 +0200 Subject: Autocompletion in contact list editor didn't work due to forgotten call to load books to ENameSelector --- addressbook/gui/contact-list-editor/e-contact-list-editor.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook') 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 ******************************/ -- cgit v1.2.3