aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py
diff options
context:
space:
mode:
authoracid-burn <acid-burn@opendreambox.org>2010-10-05 13:00:54 +0200
committeracid-burn <acid-burn@opendreambox.org>2010-10-05 13:00:54 +0200
commitbe8ccc9f63c4cd79f8dba84087c7348c23657865 (patch)
treee45dcc397e7ef5e39a64fbd19d74268ab3650a40 /lib/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py
parentef8469a63bbe601f4e1ac0bb68226e25070a1ce4 (diff)
parent3b990b579c3f4211994b91ea60f3d9f868ac065a (diff)
downloadenigma2-be8ccc9f63c4cd79f8dba84087c7348c23657865.tar.gz
enigma2-be8ccc9f63c4cd79f8dba84087c7348c23657865.zip
Merge commit 'origin/bug_578_translateable_meta_descriptions'
Conflicts: lib/python/Plugins/Extensions/GraphMultiEPG/meta/plugin_graphmultiepg.xml
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py')
-rwxr-xr-xlib/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py b/lib/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py
index a29a5e99..879bec16 100755
--- a/lib/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py
+++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py
@@ -69,7 +69,7 @@ class SoftwareTools(DreamInfoHandler):
else:
self.ImageVersion = 'Stable'
self.language = language.getLanguage()[:2] # getLanguage returns e.g. "fi_FI" for "language_country"
- DreamInfoHandler.__init__(self, self.statusCallback, blocking = False, neededTag = 'ALL_TAGS', neededFlag = self.ImageVersion, language = self.language)
+ DreamInfoHandler.__init__(self, self.statusCallback, blocking = False, neededTag = 'ALL_TAGS', neededFlag = self.ImageVersion)
self.directory = resolveFilename(SCOPE_METADIR)
self.hardware_info = HardwareInfo()
self.list = List([])