diff options
author | Milan Crha <mcrha@redhat.com> | 2011-06-30 22:48:07 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-06-30 22:48:07 +0800 |
commit | a1b810294d9a8d78738e5d77fdb468cbf58bd970 (patch) | |
tree | c3b2ab0b914214d32c952b26e053aa9680cfe8dc /addressbook | |
parent | f525838816519b904aa95331306fa56c9a4b586c (diff) | |
download | gsoc2013-evolution-a1b810294d9a8d78738e5d77fdb468cbf58bd970.tar.gz 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.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 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 ******************************/ |