Hi,
It seems to me, that there is mistake in variable naming here...
Maybe someone with cvs access could check it in.
Rgds,
Henrik aka KaarPo

--- src/tv/v4l2.py      25 Jun 2005 08:52:28 -0000      1.28
+++ src/tv/v4l2.py      11 Jul 2005 16:32:20 -0000
@@ -181,11 +181,11 @@

     def setchannel(self, channel):
         if self.settings:
-            frequency = get_frequency(channel, self.settings.chanlist)
+            freq = get_frequency(channel, self.settings.chanlist)
         else:
-            frequency = get_frequency(channel)
+            freq = get_frequency(channel)

-        if not frequency:
+        if not freq:
             print 'ERROR: unable to get frequency for %s' % channel
             return


Reply via email to