Update of /cvsroot/freevo/freevo/src/tv
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8187

Modified Files:
        tvguide.py 
Log Message:
move debug to 2

Index: tvguide.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/tvguide.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** tvguide.py  9 Jan 2004 02:10:00 -0000       1.22
--- tvguide.py  6 Feb 2004 20:55:28 -0000       1.23
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.23  2004/02/06 20:55:28  dischi
+ # move debug to 2
+ #
  # Revision 1.22  2004/01/09 02:10:00  rshortt
  # Patch from Matthieu Weber to revive add/edit favorites support from the
***************
*** 100,104 ****
          guide = epg_xmltv.get_guide(PopupBox(text=_('Preparing the program guide')))
          channels = guide.GetPrograms(start=start_time+1, stop=stop_time-1)
- 
          if not channels:
              AlertBox(text=_('TV Guide is corrupt!')).show()
--- 103,106 ----
***************
*** 139,143 ****
          
      def eventhandler(self, event):
!         _debug_('TVGUIDE EVENT is %s' % event)
  
          if event == em.MENU_CHANGE_STYLE:
--- 141,145 ----
          
      def eventhandler(self, event):
!         _debug_('TVGUIDE EVENT is %s' % event, 2)
  
          if event == em.MENU_CHANGE_STYLE:



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to