diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2010-01-04 23:10:03 +0100 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2010-01-04 23:10:03 +0100 |
commit | 0dd5e4dc7d4d0b3d2b452b184bbd2a53ad1b08de (patch) | |
tree | 979852385c40e39a0b95bc2e0b213eb57deda955 /plugins | |
parent | 78fd9224cad7cb606e6aa8b51bac4a4396fd7d0f (diff) |
fixed track properties view destroying
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/gtkui/callbacks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gtkui/callbacks.c b/plugins/gtkui/callbacks.c index a2e5a3f2..5ddce8a6 100644 --- a/plugins/gtkui/callbacks.c +++ b/plugins/gtkui/callbacks.c @@ -2395,6 +2395,7 @@ on_trackproperties_key_press_event (GtkWidget *widget, gpointer user_data) { if (event->keyval == GDK_Escape) { + trackproperties = NULL; gtk_widget_destroy (widget); } return FALSE; |