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 089b3bca..8fad64ad 100644
--- a/plugins/gtkui/trkproperties.c
+++ b/plugins/gtkui/trkproperties.c
@@ -194,7 +194,7 @@ on_trackproperties_key_press_event (GtkWidget *widget,
}
else if (event->keyval == GDK_Delete) {
on_remove_field_activate (NULL, NULL);
- return TRUE;
+ return FALSE;
}
else if (event->keyval == GDK_Insert) {
on_add_field_activate (NULL, NULL);