[evolution/webkit] Autocompletion in contact list editor didn't work



commit 44f70b123854555dcb56fbff819f8a4b2da0f711
Author: Milan Crha <mcrha redhat com>
Date:   Thu Jun 30 16:48:07 2011 +0200

    Autocompletion in contact list editor didn't work
    
    due to forgotten call to load books to ENameSelector

 .../contact-list-editor/e-contact-list-editor.c    |    2 ++
 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 41c9f27..e1106a2 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 ******************************/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]