summaryrefslogtreecommitdiff
path: root/gtk2_ardour/connection_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-09-26 15:00:36 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-09-26 15:00:36 +0000
commit08d33fcb0d35b6448ac1b5a4bcc54095cacbfccd (patch)
treee97a08e3143375d359ac0aad64b55a7f32c76884 /gtk2_ardour/connection_editor.cc
parent625df0912abe44912d842f1485d7d6c9a3321aef (diff)
rename all GTK signals
git-svn-id: svn://localhost/trunk/ardour2@42 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 ();