Ticket #3322: svn-3222-patch

File svn-3222-patch, 512 bytes (added by anonymous, 17 years ago)
Line 
1Index: programs/mythwelcome/welcomedialog.cpp
2===================================================================
3--- programs/mythwelcome/welcomedialog.cpp (revision 18580)
4+++ programs/mythwelcome/welcomedialog.cpp (working copy)
5@@ -102,7 +102,7 @@
6 bool bAutoStartFrontend = gContext->GetNumSetting("AutoStartFrontend", 1);
7
8 if (state == 1 && bAutoStartFrontend)
9- startFrontend();
10+ QTimer::singleShot(500, this, SLOT(startFrontend()));
11
12 // update status now
13 updateAll();