mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
mostly editor.cc & editor_mouse.cc for Gdk::Cursor, Gnome::Canvas::Item
git-svn-id: svn://localhost/trunk/ardour2@73 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
df065d1414
commit
0e2de804f2
9 changed files with 350 additions and 356 deletions
|
|
@ -658,7 +658,7 @@ RouteUI::remove_this_route ()
|
|||
|
||||
Choice prompter (prompt, choices);
|
||||
|
||||
prompter.chosen.connect (Gtk::Main::quit.slot());
|
||||
prompter.chosen.connect(sigc::ptr_fun(Gtk::Main::quit));
|
||||
prompter.show_all ();
|
||||
|
||||
Gtk::Main::run ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue