From 07be5beee7941a193fd55b584e72dbd9c8bea6fb Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 7 Jul 2013 22:24:15 +0200 Subject: window delete/hide is managed by WMProxy (amend to cb6f16ac) --- gtk2_ardour/location_ui.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gtk2_ardour/location_ui.cc') diff --git a/gtk2_ardour/location_ui.cc b/gtk2_ardour/location_ui.cc index d30327ad78..92f11da019 100644 --- a/gtk2_ardour/location_ui.cc +++ b/gtk2_ardour/location_ui.cc @@ -1165,8 +1165,7 @@ LocationUIWindow::on_map () bool LocationUIWindow::on_delete_event (GdkEventAny*) { - hide (); - return true; + return false; } void -- cgit v1.2.3