summaryrefslogtreecommitdiffstats
path: root/src/gui/PortMenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PortMenu.cpp')
-rw-r--r--src/gui/PortMenu.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/PortMenu.cpp b/src/gui/PortMenu.cpp
index 138ee397..d1d1a923 100644
--- a/src/gui/PortMenu.cpp
+++ b/src/gui/PortMenu.cpp
@@ -91,10 +91,10 @@ PortMenu::on_menu_disconnect()
{
if (_is_graph_port) {
_app->interface()->disconnect_all(
- _object->parent()->path(), _object->path());
+ _object->parent()->path(), _object->path());
} else {
_app->interface()->disconnect_all(
- _object->parent()->path().parent(), _object->path());
+ _object->parent()->path().parent(), _object->path());
}
}
@@ -165,4 +165,3 @@ PortMenu::on_menu_expose()
} // namespace GUI
} // namespace Ingen
-