[mythtv-commits] Ticket #10248: Cannot delete recording if file is missing

MythTV noreply at mythtv.org
Thu Feb 23 21:33:30 UTC 2012


#10248: Cannot delete recording if file is missing
----------------------------------+-----------------------------
 Reporter:  stuartm               |          Owner:  paulh
     Type:  Bug Report - General  |         Status:  closed
 Priority:  major                 |      Milestone:  0.25
Component:  MythTV - General      |        Version:  Master Head
 Severity:  medium                |     Resolution:  fixed
 Keywords:                        |  Ticket locked:  0
----------------------------------+-----------------------------
Changes (by Github):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 Prevent crash when invoking the menu dialog via the right mouse button in
 Watch Recordings. ShowMenu() is a virtual method in MythScreenType, it's
 intended purpose is to load/display the context menu but here it is
 displaying a menu loaded elsewhere with no guards against duplicate popups
 being created. Move the menu display code to DisplayPopupMenu(), restore
 ShowMenu() to behave the same as the MENU key binding and re-instate the
 guards against multiple menu dialogs being created. Also fixes #10248 -
 'Cannot delete recording if file is missing'
  Branch:    master
  Changeset: 93c228daccfe275f0c9d21a30ea432a5c3b60b43

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10248#comment:3>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list