[mythtv-commits] Ticket #2490: MythVideo EditMetaData - can't select parental level 0

MythTV mythtv at cvs.mythtv.org
Thu Sep 28 13:20:16 UTC 2006


#2490: MythVideo EditMetaData - can't select parental level 0
----------------------------------+-----------------------------------------
 Reporter:  sciamxprog at yahoo.com  |       Owner:  awithers
     Type:  defect                |      Status:  new     
 Priority:  minor                 |   Milestone:  unknown 
Component:  mythvideo             |     Version:  0.20    
 Severity:  low                   |  
----------------------------------+-----------------------------------------
 In the Video Manager, trying to edit meta data, I can't select parental
 level 0.
 (i.e. to make the video not appear in the browser)

 changing editmetadata.cpp with the following diff, corrects this:
 {{{
 91c91
 <         for (int i = 1; i < 5; i++)
 ---
 >         for (int i = 0; i < 5; i++)
 }}}

 Please forgive my (probably) incorrect method of reporting this fix.
 Thanks in advance,
 Judsan

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/2490>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list