summaryrefslogtreecommitdiffstats
path: root/src/PatchagePort.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-04 23:33:40 +0000
committerDavid Robillard <d@drobilla.net>2011-12-04 23:33:40 +0000
commit997b406e7d71e335c62e7e1f5f0f87303b121b17 (patch)
treed2b46978965c5887e23c43f6def62afebc743049 /src/PatchagePort.hpp
parenta9bea6c1d981d6bc53817fce6db4c9bc0f1e1e62 (diff)
downloadpatchage-997b406e7d71e335c62e7e1f5f0f87303b121b17.tar.gz
patchage-997b406e7d71e335c62e7e1f5f0f87303b121b17.tar.bz2
patchage-997b406e7d71e335c62e7e1f5f0f87303b121b17.zip
Move module port management stuff down to C level.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3798 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchagePort.hpp')
-rw-r--r--src/PatchagePort.hpp2
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;