mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 07:05:43 +01:00
[Summary]: correct update recent_session_button's status
This commit is contained in:
parent
bdae5b232f
commit
ea15f4336a
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ int
|
|||
SessionDialog::redisplay_recent_sessions ()
|
||||
{
|
||||
for (size_t i = 0; i < MAX_RECENT_SESSION_COUNT; i++) {
|
||||
_recent_session_button[i]->set_sensitive(false);
|
||||
_recent_session_button[i]->set_active_state (Gtkmm2ext::Off);
|
||||
}
|
||||
|
||||
std::vector<std::string> session_directories;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue