Ticket #3954: mythflix.cpp.menuFix.diff
| File mythflix.cpp.menuFix.diff, 605 bytes (added by , 18 years ago) |
|---|
-
.cpp
old new 435 435 cursorRight(); 436 436 else if(action == "SELECT") 437 437 displayOptions(); 438 else if (action == "MENU") 439 displayOptions(); 438 440 else 439 441 handled = false; 440 442 } … … 587 589 588 590 void MythFlix::slotViewArticle() 589 591 { 592 if (expectingPopup) 593 slotCancelPopup(); 594 590 595 UIListBtnTypeItem *articleUIItem = m_UIArticles->GetItemCurrent(); 591 596 592 597 if (articleUIItem && articleUIItem->getData())
