=== modified file 'app/preferences.c' --- app/preferences.c 2008-12-19 19:37:47 +0000 +++ app/preferences.c 2008-12-19 19:38:15 +0000 @@ -526,7 +526,6 @@ break; case PREF_CHOICE: { GList *names; - GSList *group = NULL; widget = gtk_combo_box_new_text (); for (names = (data->choice_list_function)(data); names != NULL; === modified file 'lib/filter.c' --- lib/filter.c 2008-12-14 18:57:44 +0000 +++ lib/filter.c 2008-12-19 19:38:15 +0000 @@ -108,7 +108,7 @@ void filter_set_favored_export(const char *ext, const char *name) { - g_print("Favored '%s' is '%s'", ext, name); + g_print("Favored '%s' is '%s'\n", ext, name); if (!_favored_hash) _favored_hash = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free);