Author: duncan
Date: Fri Sep 29 07:16:50 2006
New Revision: 8254

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

Log:
[ 1566562 ] Plugin ivtv_xine NameError: global name 'mode' is not define
Fix applied.


Modified: branches/rel-1-5/freevo/src/tv/ivtv_xine_tv.py
==============================================================================
--- branches/rel-1-5/freevo/src/tv/ivtv_xine_tv.py      (original)
+++ branches/rel-1-5/freevo/src/tv/ivtv_xine_tv.py      Fri Sep 29 07:16:50 2006
@@ -316,7 +316,7 @@
         if (self.mixer != None):
 
             # XXX Hm.. This is hardcoded and very unflexible.
-            if mode == 'vcr':
+            if self.mode == 'vcr':
                 self.mixer.setMicVolume(config.VCR_IN_VOLUME)
 
             else:

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to