mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
rename all GTK signals
git-svn-id: svn://localhost/trunk/ardour2@42 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
625df0912a
commit
08d33fcb0d
39 changed files with 427 additions and 440 deletions
|
|
@ -446,7 +446,7 @@ IOSelector::display_ports ()
|
|||
}
|
||||
}
|
||||
|
||||
B->button_release_event.connect
|
||||
B->signal_button_release_event.connect
|
||||
(bind (mem_fun(*this, &IOSelector::port_column_button_release), clist));
|
||||
|
||||
} else {
|
||||
|
|
@ -460,7 +460,7 @@ IOSelector::display_ports ()
|
|||
}
|
||||
}
|
||||
|
||||
B->button_release_event.connect
|
||||
B->signal_button_release_event.connect
|
||||
(bind (mem_fun(*this, &IOSelector::port_column_button_release), clist));
|
||||
}
|
||||
|
||||
|
|
@ -488,7 +488,7 @@ IOSelector::display_ports ()
|
|||
}
|
||||
|
||||
clist->columns_autosize ();
|
||||
clist->button_release_event.connect (bind (mem_fun(*this, &IOSelector::connection_click), clist));
|
||||
clist->signal_button_release_event.connect (bind (mem_fun(*this, &IOSelector::connection_click), clist));
|
||||
}
|
||||
|
||||
port_box.show_all ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue