From: Andreas Monzner Date: Thu, 31 May 2007 21:39:21 +0000 (+0000) Subject: fix bluescreen X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=b17fea8604c08ac790f3cfa28a32462453499f82;ds=sidebyside fix bluescreen --- diff --git a/lib/python/Screens/ScanSetup.py b/lib/python/Screens/ScanSetup.py index ba9f83e..b558ce3 100644 --- a/lib/python/Screens/ScanSetup.py +++ b/lib/python/Screens/ScanSetup.py @@ -828,6 +828,7 @@ class ScanSimple(ConfigListScreen, Screen, CableTransponderSearchSupport): skip = self.nim_iter self.nim_iter = 0 + flags = 0 for n in self.nim_enable: self.nim_iter += 1