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
This commit is contained in:
committed by
Jon Trowbridge
parent
a3b92fe138
commit
18912c528b
@ -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.
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user