Pop splash on dialog response - not d'tor.
[ardour.git] / gtk2_ardour / ardour_dialog.h
index 3c1b869e73473de095513775d523c2f302fcbcea..c65eaa5a098dbeaba8778de644aacab253e9abf8 100644 (file)
@@ -47,11 +47,13 @@ public:
        bool on_delete_event (GdkEventAny*);
        void on_unmap ();
        void on_show ();
+       void on_response (int);
 
 private:
        WM::ProxyTemporary* proxy;
        bool _splash_pushed;
        void init ();
+       void pop_splash ();
 
        static sigc::signal<void> CloseAllDialogs;
 };