summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/gtkui/trkproperties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/trkproperties.c b/plugins/gtkui/trkproperties.c
index 6c11b72b..4ea85c18 100644
--- a/plugins/gtkui/trkproperties.c
+++ b/plugins/gtkui/trkproperties.c
@@ -687,7 +687,7 @@ on_remove_field_activate (GtkMenuItem *menuitem,
}
}
if (types[i]) { // known val, clear
- gtk_list_store_set (store, &iter, 1, "", -1);
+ gtk_list_store_set (store, &iter, 1, "", 3, 0, -1);
}
else {
gtk_list_store_remove (store, &iter);