diff options
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names-manager.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-manager.c b/addressbook/gui/component/select-names/e-select-names-manager.c index 1a7dae4a74..54d7344ece 100644 --- a/addressbook/gui/component/select-names/e-select-names-manager.c +++ b/addressbook/gui/component/select-names/e-select-names-manager.c @@ -227,8 +227,6 @@ e_select_names_manager_entry_new (ESelectNamesManager *manager, ESelectNamesMode if (manager->completion_book) e_select_names_completion_add_book (E_SELECT_NAMES_COMPLETION (comp), manager->completion_book); - e_select_names_completion_add_destination_cache (E_SELECT_NAMES_COMPLETION (comp), - addressbook_destination_cache ()); e_entry_enable_completion_full (entry->entry, comp, 50, completion_handler); |