aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Network.py
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2008-11-11 20:28:59 +0100
committerFraxinas <andreas.frisch@multimedia-labs.de>2008-11-11 20:28:59 +0100
commit6e4252048719916fbe136dbe2a22eea0bbac9a7e (patch)
tree9a35d7fe9aac0bf3e6366ca9a8196a60ace90860 /lib/python/Components/Network.py
parenta6bde254f00e1cab9871d60f583c18999c08ca71 (diff)
parent9b2e15bfcd146def03ba08f538e0877bd20be749 (diff)
downloadenigma2-6e4252048719916fbe136dbe2a22eea0bbac9a7e.tar.gz
enigma2-6e4252048719916fbe136dbe2a22eea0bbac9a7e.zip
Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Components/Network.py')
-rwxr-xr-xlib/python/Components/Network.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/python/Components/Network.py b/lib/python/Components/Network.py
index c41469da..7cc61d84 100755
--- a/lib/python/Components/Network.py
+++ b/lib/python/Components/Network.py
@@ -505,9 +505,10 @@ class Network:
def deactivateInterfaceFinished(self,extra_args):
callback = extra_args
- if len(self.deactivateInterfaceConsole.appContainers) == 0:
- if callback is not None:
- callback(True)
+ if self.deactivateInterfaceConsole:
+ if len(self.deactivateInterfaceConsole.appContainers) == 0:
+ if callback is not None:
+ callback(True)
def detectWlanModule(self):
self.wlanmodule = None