patch by Mike Looijmans: support plugins with a dash in description
[enigma2.git] / lib / python / Screens / PluginBrowser.py
index 5ba7043d663aa87117705be07eb259d4b89644c2..15e6dc8a165759b9645002b04993e6f19cbe20e8 100644 (file)
@@ -184,7 +184,7 @@ class PluginDownloadBrowser(Screen):
                        self.remainingdata = ""
 
                for x in lines:
-                       plugin = x.split(" - ")
+                       plugin = x.split(" - ", 2)
                        if len(plugin) == 3:
                                if self.run == 1 and self.type == self.DOWNLOAD:
                                        self.installedplugins.append(plugin[0])