summaryrefslogtreecommitdiff
path: root/gtk2_ardour/connection_editor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/connection_editor.cc')
-rw-r--r--gtk2_ardour/connection_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/connection_editor.cc b/gtk2_ardour/connection_editor.cc
index 1f55ba0930..48e5c433b9 100644
--- a/gtk2_ardour/connection_editor.cc
+++ b/gtk2_ardour/connection_editor.cc
@@ -546,7 +546,7 @@ ConnectionEditor::display_connection_state (bool for_input)
}
clist->columns_autosize ();
- clist->button_release_event.connect (bind (mem_fun(*this, &ConnectionEditor::port_button_event), clist));
+ clist->signal_button_release_event.connect (bind (mem_fun(*this, &ConnectionEditor::port_button_event), clist));
}
port_box.show_all ();