aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-12-08 01:01:17 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-12-08 01:01:17 +0800
commit18912c528b4b4d11fbfb091a1ee5bded1acfa755 (patch)
tree4c2a517037885bd67554fa919d261f705d0f7e7e
parenta3b92fe138eeacdbd24e8292c9ccc615bf8e949b (diff)
downloadgsoc2013-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
-rw-r--r--addressbook/ChangeLog4
-rw-r--r--addressbook/gui/component/select-names/e-select-names-manager.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 39de1ee629..e21817b628 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,9 @@
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. :-)
+
* gui/component/select-names/e-select-names-manager.c: Extensively
refactored -- this code had gotten _really_ ugly. Untangle things
to the point where our reference counting problems are fixable.
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);