Author: duncan
Date: Sat Feb  3 11:29:29 2007
New Revision: 9136

Modified:
   branches/rel-1/freevo/src/tv/tvguide.py

Log:
[ 1650370 ] favorite handling from TVGuide
Patch from Tanja applied


Modified: branches/rel-1/freevo/src/tv/tvguide.py
==============================================================================
--- branches/rel-1/freevo/src/tv/tvguide.py     (original)
+++ branches/rel-1/freevo/src/tv/tvguide.py     Sat Feb  3 11:29:29 2007
@@ -233,8 +233,7 @@
             now = time.time() + (7*60)
             if self.selected.start > now:
                 self.event_submenu()
-            elif True:
-            #elif os.path.exists(tvlockfile):
+            elif os.path.exists(tvlockfile):
                 # XXX: In the future add the options to watch what we are
                 #      recording or cancel it and watch TV.
                 AlertBox(text=_('Sorry, you cannot watch TV while recording. 
')+ \

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to