diff options
Diffstat (limited to 'src/PatchagePort.hpp')
-rw-r--r-- | src/PatchagePort.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp index d770002..c54e055 100644 --- a/src/PatchagePort.hpp +++ b/src/PatchagePort.hpp @@ -61,7 +61,7 @@ public: Gtk::Menu* menu = Gtk::manage(new Gtk::Menu()); menu->items().push_back( Gtk::Menu_Helpers::MenuElem( - "Disconnect All", sigc::mem_fun(this, &Port::disconnect_all))); + "Disconnect All", sigc::mem_fun(this, &Port::disconnect))); menu->popup(ev->button, ev->time); return true; |