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

Modified Files:
        record_video.py 
Log Message:
Cleanup


Index: record_video.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/record_video.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** record_video.py     29 Jun 2003 15:01:31 -0000      1.19
--- record_video.py     6 Jul 2003 20:22:32 -0000       1.20
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.20  2003/07/06 20:22:32  outlyer
+ # Cleanup
+ #
  # Revision 1.19  2003/06/29 15:01:31  outlyer
  # Display the channel's friendly (display name) in the tuner popupbox.
***************
*** 235,240 ****
  
  def generate_main():
-     print 'REC: generate_main'
-     
      items = []
  
--- 238,241 ----
***************
*** 279,284 ****
      setting, selected = arg
  
-     print 'REC: set_sel %s, %s' % (setting.name, selected)
- 
      setting.set_selected(selected)
      
--- 280,283 ----
***************
*** 347,352 ****
      # Build the commandline. The -frames option is added later by the daemon.
      sch_cmd = config.VCR_CMD % cl_options
-     print 'SCHEDULE: %s, %s, %s' % (tunerid, time.ctime(start_time_f), rec_name)
-     print 'SCHEDULE: %s' % sch_cmd
      
      record_daemon.schedule_recording(start_time_s, len_secs, sch_cmd, 
recinfo.channel)
--- 346,349 ----
***************
*** 357,362 ****
      s += '%s %s %s min' % (recinfo.start_date.selected, recinfo.start_time.selected,
                             recinfo.length.selected)
-     print '"%s"' % s
- 
  
      pop = PopupBox(text=s)
--- 354,357 ----
***************
*** 367,374 ****
  
  def eventhandler( event):
-     print 'using record_video event handler'
-     # XXX Hack, make it better!!!!
-     #if event == em.MENU_CHANGE_STYLE:
-     #    record_schedule.main_menu()
      if event == em.MENU_BACK_ONE_MENU or event == em.MENU_GOTO_MAINMENU:
          menu.MenuWidget.eventhandler( menuwidget, event )
--- 362,365 ----




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to