Update of /cvsroot/freevo/freevo/src/tv
In directory sc8-pr-cvs1:/tmp/cvs-serv2328

Modified Files:
        record_schedule.py 
Log Message:
Use icons instead of printing "Recording now" since that takes up a lot of
space and can't be seen on shows with titles


Index: record_schedule.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/record_schedule.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** record_schedule.py  2 Jun 2003 21:29:21 -0000       1.4
--- record_schedule.py  20 Jun 2003 21:05:06 -0000      1.5
***************
*** 16,19 ****
--- 16,23 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.5  2003/06/20 21:05:06  outlyer
+ # Use icons instead of printing "Recording now" since that takes up a lot of
+ # space and can't be seen on shows with titles
+ #
  # Revision 1.4  2003/06/02 21:29:21  outlyer
  # Changed the "Schedule Editor" to show up in the TV Submenu, along with "Guide" and
***************
*** 180,191 ****
              #line = line[ line.rfind('/') +1: line.find('.mpg')]
            line = line.replace('_',' ')
!     
              #skip multiple occurences of the same thing
              if oldline != line and line != '':
                  itemline = line
                  if recordingflag:
!                   itemline += ' (currently recording)'
                if arg == 0:                
!                   items += [ menu.MenuItem(itemline)]
                elif arg == 1:
                    items += [ menu.MenuItem(itemline, self.delete_selection,itemline)]
--- 184,197 ----
              #line = line[ line.rfind('/') +1: line.find('.mpg')]
            line = line.replace('_',' ')
!             line = line.replace(',','\t\t ')
!    
!             recicon = 'skins/icons/blurr/recordinglater.png'
              #skip multiple occurences of the same thing
              if oldline != line and line != '':
                  itemline = line
                  if recordingflag:
!                   recicon = 'skins/icons/blurr/recordingnow.png'
                if arg == 0:                
!                   items += [ menu.MenuItem(itemline, icon=recicon)]
                elif arg == 1:
                    items += [ menu.MenuItem(itemline, self.delete_selection,itemline)]




-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to