permit sends to show up in processor box, by handling delete event and sending Finished from IOSelectorWindow

git-svn-id: svn://localhost/ardour2/branches/3.0@5659 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-09-13 02:03:04 +00:00
parent 265cf739b5
commit 3023d53d7d
3 changed files with 32 additions and 5 deletions

View file

@ -85,6 +85,7 @@ class IOSelectorWindow : public Gtk::Window
IOSelector _selector;
void io_name_changed (void *src);
bool wm_delete (GdkEventAny*);
};
@ -122,6 +123,8 @@ class PortInsertWindow : public ArdourDialog
void plugin_going_away ();
sigc::connection going_away_connection;
bool wm_delete (GdkEventAny*);
};