mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Fix typo in 952b8e1d74
This commit is contained in:
parent
952b8e1d74
commit
bfee5a65d2
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ int
|
||||||
Message::run ()
|
Message::run ()
|
||||||
{
|
{
|
||||||
|
|
||||||
bool splash_pushed = false
|
bool splash_pushed = false;
|
||||||
Splash* spl = Splash::instance();
|
Splash* spl = Splash::instance();
|
||||||
if (spl && spl->is_visible()) {
|
if (spl && spl->is_visible()) {
|
||||||
spl->pop_back_for (_message_dialog);
|
spl->pop_back_for (_message_dialog);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue