diff --git a/gnucash/import-export/qif-imp/dialog-account-picker.c b/gnucash/import-export/qif-imp/dialog-account-picker.c index 96fc1372db..ec98c25473 100644 --- a/gnucash/import-export/qif-imp/dialog-account-picker.c +++ b/gnucash/import-export/qif-imp/dialog-account-picker.c @@ -360,7 +360,7 @@ dialog_response_cb (GtkDialog *dialog, gint response_id, gpointer user_data) QIFAccountPickerDialog * wind = user_data; GtkTreeModel *model; GtkTreeIter iter; - gboolean placeholder; + gboolean placeholder = TRUE; if (gtk_tree_selection_get_selected (gtk_tree_view_get_selection (wind->treeview), &model, &iter))