[mythtv-commits] Ticket #2983: Recording List Menu not working 100%

MythTV mythtv at cvs.mythtv.org
Wed Jan 24 11:57:26 UTC 2007


#2983: Recording List Menu not working 100%
-----------------------------------------------+----------------------------
 Reporter:  Neil McBride <neil at castinian.org>  |        Owner:  ijr    
     Type:  defect                             |       Status:  new    
 Priority:  minor                              |    Milestone:  unknown
Component:  mythtv                             |      Version:  head   
 Severity:  medium                             |   Resolution:         
-----------------------------------------------+----------------------------
Comment (by Neil McBride <neil at castinian.org>):

 I did some further testing to this and removed some of the recently added
 code that looks to have been a part #2426.

 In mythdialogs.cpp, the functions accept and reject are now overloaded for
 MythPopupBox.  In each of these, they call MythDialog::done() with the
 appropriate value and then both emit popupDone() which results in
 MythPopupBox::defaultExitHandler() being called, which then calls done(-1)
 thus removing the previously stored result value.

 I removed both emit lines, recompiled and tried again.  That seems to
 resolve the problems I listed when submitting this ticket but I'm not sure
 what the reason for the code is in the first place and what removing it
 will break.  I'll leave working that out to the person working on the new
 code effort in there.

 Hope that helps some.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2983#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list