[evolution] Autocompletion in contact list editor didn't work
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Autocompletion in contact list editor didn't work
- Date: Thu, 30 Jun 2011 14:50:11 +0000 (UTC)
commit a1b810294d9a8d78738e5d77fdb468cbf58bd970
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]