Fix RelativeDateValue GtkListModel spec: No tooltips anymore.

This commit is contained in:
John Ralls 2021-08-15 14:27:59 -07:00
parent 474bc360f4
commit e77b5ec03b

View File

@ -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)