Ticket #627: queue-segfault.patch

File queue-segfault.patch, 603 bytes (added by anonymous, 21 years ago)
  • mythflix/mythflixqueue.cpp

     
    329329            cursorDown();
    330330        else if (action == "PAGEDOWN")
    331331             cursorDown(true);
    332         else if (action == "RETRIEVENEWS")
    333             slotRetrieveNews();
    334         else if(action == "SELECT")
    335             slotViewArticle();
    336         else if (action == "CANCEL")
    337         {
    338             cancelRetrieve();
    339         }
    340332        else
    341333            handled = false;
    342334    }