Author: duncan
Date: Sat Jan  6 21:51:17 2007
New Revision: 8942

Modified:
   branches/rel-1/freevo/src/plugins/freevused.py

Log:
[ 1629337 ] Patch for typo and undefined variable in freevused.py
Patch from Gorka Olaizola applied


Modified: branches/rel-1/freevo/src/plugins/freevused.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/freevused.py      (original)
+++ branches/rel-1/freevo/src/plugins/freevused.py      Sat Jan  6 21:51:17 2007
@@ -119,7 +119,7 @@
 try:
     import bluetooth
 except:
-    print String(_("ERROR")+": "+_("You need pybluez 
(http://http://org.csail.mit.edu/pybluez/) to run \"freevused\" plugin."))
+    print String(_("ERROR")+": "+_("You need pybluez 
(http://org.csail.mit.edu/pybluez/) to run \"freevused\" plugin."))
 
 import thread
 
@@ -296,6 +296,7 @@
         
     def process_data(self):
         str_arg = ''
+        command = None
 
         _debug_("Data received: %s" % str(self.data))
         str_cmd = self.data[:4]

-------------------------------------------------------------------------
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