summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-07-07 22:24:15 +0200
committerRobin Gareus <robin@gareus.org>2013-07-07 22:29:45 +0200
commit07be5beee7941a193fd55b584e72dbd9c8bea6fb (patch)
treec5d9c15dc56f584064bfcac1b2bc0401bdf928d2 /gtk2_ardour/location_ui.cc
parent2b0fef5933e51a29d5b6bc0ef89146de35c88e81 (diff)
window delete/hide is managed by WMProxy (amend to cb6f16ac)
Diffstat (limited to 'gtk2_ardour/location_ui.cc')
-rw-r--r--gtk2_ardour/location_ui.cc3
1 files changed, 1 insertions, 2 deletions
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