install single color theme file during waf install
[ardour.git] / gtk2_ardour / ardour_window.cc
index eb5b919b523bbdd2eb45ab0a94aa5e1aa9fa3c9d..6b325aca8534325d9f73fb96c52fdeb53e6a937d 100644 (file)
@@ -30,6 +30,7 @@
 using namespace std;
 using namespace Gtk;
 using namespace Gtkmm2ext;
+using namespace ARDOUR_UI_UTILS;
 
 ArdourWindow::ArdourWindow (string title)
        : Window ()
@@ -84,7 +85,6 @@ ArdourWindow::on_unmap ()
 bool
 ArdourWindow::on_delete_event (GdkEventAny*)
 {
-       hide ();
        return false;
 }