13
0
This commit is contained in:
Robin Gareus 2017-08-18 01:12:05 +02:00
parent 952b8e1d74
commit bfee5a65d2

View File

@ -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);