Get saved last search item

master
Yevgen Muntyan 2006-06-04 12:30:24 -05:00
parent 7cbf158194
commit 899bdf5255
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ moo_find_class_init (MooFindClass *klass)
search_history = moo_history_list_new ("MooFind"); search_history = moo_history_list_new ("MooFind");
replace_history = moo_history_list_new ("MooReplace"); replace_history = moo_history_list_new ("MooReplace");
last_search = moo_history_list_get_last_item (search_history);
last_search_flags = MOO_FIND_CASELESS; last_search_flags = MOO_FIND_CASELESS;
g_object_class_install_property (gobject_class, g_object_class_install_property (gobject_class,