diff --git a/gnucash/gnome-utils/dialog-options.cpp b/gnucash/gnome-utils/dialog-options.cpp index 23c0ff7e35..70e1c4c060 100644 --- a/gnucash/gnome-utils/dialog-options.cpp +++ b/gnucash/gnome-utils/dialog-options.cpp @@ -1297,7 +1297,7 @@ RelativeDateEntry::RelativeDateEntry(GncOption& option) { auto renderer = gtk_cell_renderer_text_new(); - auto store = gtk_list_store_new(2, G_TYPE_STRING, G_TYPE_STRING); + auto store = gtk_list_store_new(1, G_TYPE_STRING); /* Add values to the list store, entry and tooltip */ auto num = option.num_permissible_values(); for (decltype(num) index = 0; index < num; ++index)