diff --git a/gnucash/import-export/bi-import/dialog-bi-import.c b/gnucash/import-export/bi-import/dialog-bi-import.c index 3c3f55bec1..5a382028ba 100644 --- a/gnucash/import-export/bi-import/dialog-bi-import.c +++ b/gnucash/import-export/bi-import/dialog-bi-import.c @@ -68,7 +68,7 @@ g_strstrip( temp ); \ gtk_list_store_set (store, &iter, column, temp, -1); \ g_free (temp); \ - } + } else gtk_list_store_set (store, &iter, column, "", -1); static QofLogModule log_module = G_LOG_DOMAIN; //G_LOG_BUSINESS; static char * un_escape(char *str);