Skip to content

Commit

Permalink
Fix OSX compile after [3fb9d6e].
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed May 4, 2012
1 parent fbea038 commit dd187e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythwelcome/main.cpp
Expand Up @@ -99,7 +99,7 @@ int main(int argc, char **argv)

#ifdef Q_WS_MACX
// Mac OS 10.4 and Qt 4.4 have window-focus problems
gCoreContext->SetSetting("RunFrontendInWindow", "1");
gCoreContext->OverrideSettingForSession("RunFrontendInWindow", "1");
#endif

MythMainWindow *mainWindow = GetMythMainWindow();
Expand Down

0 comments on commit dd187e4

Please sign in to comment.