Ticket #6174: mythwelcome.patch

File mythwelcome.patch, 494 bytes (added by bullestock@…, 15 years ago)

Patch

  • welcomedialog.cpp

     
    8080                         m_installDir + "/bin/mythfrontend");
    8181
    8282    myth_system(startFECmd.ascii());
     83
     84    // Make sure that the status message gets updated as soon as the
     85    // frontend exits
     86    QTimer::singleShot(10, this, SLOT(updateStatus()));
    8387}
    8488
    8589void WelcomeDialog::startFrontendClick(void)