Ticket #9877: missing_else.patch

File missing_else.patch, 554 bytes (added by Jim Stichnoth <stichnot@…>, 13 years ago)
  • mythtv/programs/mythfrontend/main.cpp

    diff --git a/mythtv/programs/mythfrontend/main.cpp b/mythtv/programs/mythfrontend/main.cpp
    index b540e07..0aa91ac 100644
    a b static void TVMenuCallback(void *data, QString &selection) 
    981981        if (fa->Create())
    982982            mainStack->AddScreen(fa);
    983983    }
    984     if (sel == "manager")
     984    else if (sel == "manager")
    985985        RunVideoScreen(VideoDialog::DLG_MANAGER);
    986986    else if (sel == "browser")
    987987        RunVideoScreen(VideoDialog::DLG_BROWSER);