Ticket #4771: fix-mythwelcome-dpms.diff

File fix-mythwelcome-dpms.diff, 525 bytes (added by matt.doran@…, 18 years ago)
  • mythtv/programs/mythwelcome/main.cpp

     
    4040
    4141    gContext = NULL;
    4242    gContext = new MythContext(MYTH_BINARY_VERSION);
    43     if (!gContext->Init(false))
     43    if (!gContext->Init())
    4444    {
    4545        VERBOSE(VB_IMPORTANT, "mythwelcome: Could not initialize myth context. "
    4646                        "Exiting.");