add create_backup_file()

This commit is contained in:
Tomasz Moń
2009-07-19 14:03:55 +02:00
parent 211df27cf8
commit 97b8c9fd6d
4 changed files with 128 additions and 16 deletions

2
gui.c
View File

@@ -213,7 +213,7 @@ static void apply_current_preset()
{
GList *list = get_current_preset();
Preset *preset = create_preset_from_data(list);
preset_list_free(list);
message_list_free(list);
apply_preset_to_gui(preset);
preset_free(preset);
}