From 7a8bedd92f439eca086b1795686c4ec65901f098 Mon Sep 17 00:00:00 2001 From: waker Date: Thu, 6 Sep 2012 20:16:54 +0200 Subject: gtkui: fix Del key in tag editor --- plugins/gtkui/trkproperties.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gtkui/trkproperties.c') 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); -- cgit v1.2.3