aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2008-11-10 22:38:01 +0100
committerFelix Domke <tmbinc@elitedvb.net>2008-11-10 22:38:01 +0100
commitafaf135fada044aab3bf21e02bcc7ffe138106b4 (patch)
tree7a985e375458e51fc67238a1ccbf8117b7791536 /lib/python/Components
parentd396f93c4cb36c59be8676c1ab275bd525f3a729 (diff)
parentc138841fc86578cb4344a305cc2ca7e0f7fd4ca8 (diff)
downloadenigma2-afaf135fada044aab3bf21e02bcc7ffe138106b4.tar.gz
enigma2-afaf135fada044aab3bf21e02bcc7ffe138106b4.zip
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Components')
-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