diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-12-08 01:01:17 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-12-08 01:01:17 +0800 |
commit | 18912c528b4b4d11fbfb091a1ee5bded1acfa755 (patch) | |
tree | 4c2a517037885bd67554fa919d261f705d0f7e7e /addressbook/gui | |
parent | a3b92fe138eeacdbd24e8292c9ccc615bf8e949b (diff) | |
download | gsoc2013-evolution-18912c528b4b4d11fbfb091a1ee5bded1acfa755.tar gsoc2013-evolution-18912c528b4b4d11fbfb091a1ee5bded1acfa755.tar.gz gsoc2013-evolution-18912c528b4b4d11fbfb091a1ee5bded1acfa755.tar.bz2 gsoc2013-evolution-18912c528b4b4d11fbfb091a1ee5bded1acfa755.tar.lz gsoc2013-evolution-18912c528b4b4d11fbfb091a1ee5bded1acfa755.tar.xz gsoc2013-evolution-18912c528b4b4d11fbfb091a1ee5bded1acfa755.tar.zst gsoc2013-evolution-18912c528b4b4d11fbfb091a1ee5bded1acfa755.zip |
Remove a reference to code I don't want to commit yet. :-)
2001-12-07 Jon Trowbridge <trow@ximian.com>
* gui/component/select-names/e-select-names-manager.c
(e_select_names_manager_entry_new): Remove a reference to code
I don't want to commit yet. :-)
svn path=/trunk/; revision=14935
Diffstat (limited to 'addressbook/gui')
-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); |