Ticket #627: queue-segfault.patch
| File queue-segfault.patch, 603 bytes (added by , 21 years ago) |
|---|
-
mythflix/mythflixqueue.cpp
329 329 cursorDown(); 330 330 else if (action == "PAGEDOWN") 331 331 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 }340 332 else 341 333 handled = false; 342 334 }
