Get saved last search item
parent
7cbf158194
commit
899bdf5255
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue