aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources/FrontendStatus.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-08-28 12:52:04 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-08-28 12:52:04 +0000
commit2e8541d4eaf3471b4e1a860274f170b8d9efb7d0 (patch)
tree0390c0997df7b721a71d68157464d45f80717dbf /lib/python/Components/Sources/FrontendStatus.py
parent02522d3c5a29ea1a3109931efe9d88bc15762120 (diff)
downloadenigma2-2e8541d4eaf3471b4e1a860274f170b8d9efb7d0.tar.gz
enigma2-2e8541d4eaf3471b4e1a860274f170b8d9efb7d0.zip
fix for use frontend_sourc
Diffstat (limited to 'lib/python/Components/Sources/FrontendStatus.py')
-rw-r--r--lib/python/Components/Sources/FrontendStatus.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Sources/FrontendStatus.py b/lib/python/Components/Sources/FrontendStatus.py
index 02286873..e1623ae1 100644
--- a/lib/python/Components/Sources/FrontendStatus.py
+++ b/lib/python/Components/Sources/FrontendStatus.py
@@ -29,7 +29,7 @@ class FrontendStatus(Source):
def getFrontendStatus(self):
if self.frontend_source:
- frontend = self.frontend_source()
+ frontend = self.frontend_source
if frontend:
dict = { }
frontend.getFrontendStatus(dict)