Save list after removing items

This commit is contained in:
Yevgen Muntyan 2005-11-16 11:24:33 +00:00
parent 34b4e213e2
commit 0636307200

View File

@ -519,6 +519,8 @@ moo_history_list_remove (MooHistoryList *list,
list->priv->has_separator = FALSE;
}
list_save_recent (list);
moo_history_list_item_free (item);
return;
}