diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-08-28 12:52:04 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-08-28 12:52:04 +0000 |
| commit | 2e8541d4eaf3471b4e1a860274f170b8d9efb7d0 (patch) | |
| tree | 0390c0997df7b721a71d68157464d45f80717dbf /lib/python/Components/Sources | |
| parent | 02522d3c5a29ea1a3109931efe9d88bc15762120 (diff) | |
| download | enigma2-2e8541d4eaf3471b4e1a860274f170b8d9efb7d0.tar.gz enigma2-2e8541d4eaf3471b4e1a860274f170b8d9efb7d0.zip | |
fix for use frontend_sourc
Diffstat (limited to 'lib/python/Components/Sources')
| -rw-r--r-- | lib/python/Components/Sources/FrontendStatus.py | 2 |
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) |
