Do not forget to save changes

master
Yevgen Muntyan 2005-11-11 20:13:31 +00:00
parent 20a22b4d9e
commit 4dd0c00cbc
1 changed files with 3 additions and 0 deletions

View File

@ -451,6 +451,9 @@ moo_history_list_add_full (MooHistoryList *list,
if (!old->builtin)
_list_move_on_top (list, &iter);
list_save_recent (list);
g_signal_emit (list, signals[CHANGED], 0);
moo_history_list_item_free (old);
return;
}