mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
gtkmm: use get_sensitive() instead of deprecated Gtk::Widget::sensitive()
This commit is contained in:
parent
a9965e9b93
commit
71ea2cc7b9
3 changed files with 12 additions and 12 deletions
|
|
@ -251,7 +251,7 @@ SessionDialog::master_channel_count ()
|
|||
bool
|
||||
SessionDialog::use_session_template () const
|
||||
{
|
||||
if (!back_button->sensitive () && !new_only) {
|
||||
if (!back_button->is_sensitive () && !new_only) {
|
||||
/* open session -- not create a new one */
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue