Ticket #3954: mythflix.cpp.menuFix.diff

File mythflix.cpp.menuFix.diff, 605 bytes (added by Britney Fransen <britney.fransen@…>, 18 years ago)
  • .cpp

    old new  
    435435            cursorRight();
    436436        else if(action == "SELECT")
    437437            displayOptions();
     438        else if (action == "MENU")
     439            displayOptions();   
    438440        else
    439441            handled = false;
    440442    }
     
    587589
    588590void MythFlix::slotViewArticle()
    589591{
     592        if (expectingPopup)
     593        slotCancelPopup();
     594       
    590595    UIListBtnTypeItem *articleUIItem = m_UIArticles->GetItemCurrent();
    591596
    592597    if (articleUIItem && articleUIItem->getData())