diff --git a/gnucash/gnome/dialog-report-style-sheet.c b/gnucash/gnome/dialog-report-style-sheet.c index bf6fe65a04..a4f8d75272 100644 --- a/gnucash/gnome/dialog-report-style-sheet.c +++ b/gnucash/gnome/dialog-report-style-sheet.c @@ -230,9 +230,7 @@ gnc_style_sheet_new (StyleSheetDialog * ssd) g_assert (ssd); - /* Erase the initial dummy entry. */ template_model = gtk_combo_box_get_model (GTK_COMBO_BOX(template_combo)); - gtk_list_store_clear (GTK_LIST_STORE(template_model)); /* put in the list of style sheet type names */ for (; !scm_is_null (templates); templates = SCM_CDR(templates)) diff --git a/gnucash/gtkbuilder/assistant-qif-import.glade b/gnucash/gtkbuilder/assistant-qif-import.glade index 033b8075dc..68012c7598 100644 --- a/gnucash/gtkbuilder/assistant-qif-import.glade +++ b/gnucash/gtkbuilder/assistant-qif-import.glade @@ -2,27 +2,11 @@ - - - - - - - - Dummy - - - - - - Dummy - - False diff --git a/gnucash/gtkbuilder/dialog-report.glade b/gnucash/gtkbuilder/dialog-report.glade index 27957c6998..ab8b3b0957 100644 --- a/gnucash/gtkbuilder/dialog-report.glade +++ b/gnucash/gtkbuilder/dialog-report.glade @@ -697,11 +697,6 @@ - - - Dummy - - False diff --git a/gnucash/import-export/qif-imp/assistant-qif-import.c b/gnucash/import-export/qif-imp/assistant-qif-import.c index 008060162c..fb1347fd07 100644 --- a/gnucash/import-export/qif-imp/assistant-qif-import.c +++ b/gnucash/import-export/qif-imp/assistant-qif-import.c @@ -3805,7 +3805,6 @@ gnc_ui_qif_import_assistant_make (QIFImportWindow *qif_win) GtkWidget *box; builder = gtk_builder_new (); - gnc_builder_add_from_file (builder, "assistant-qif-import.glade", "currency_liststore"); gnc_builder_add_from_file (builder, "assistant-qif-import.glade", "date_format_liststore"); gnc_builder_add_from_file (builder, "assistant-qif-import.glade", "qif_import_assistant");