lib/python/Plugins/SystemPlugins/SoftwareManager: more robust code this i.e. fixes:
authorghost <andreas.monzner@multimedia-labs.de>
Tue, 9 Feb 2010 18:45:42 +0000 (19:45 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Tue, 9 Feb 2010 18:47:32 +0000 (19:47 +0100)
commite50f482422a4d0f1d08f0970dc7988e2e3ebc78e
treed77374bba1b8f31637463503d99c2ed77a6b0913
parenta57f7724f413c42aa22c87331c986eeac45ac957
lib/python/Plugins/SystemPlugins/SoftwareManager: more robust code this i.e. fixes:

Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 9, in __call__
     return self.fnc(*self.args + args, **newkwargs)
   File "/usr/lib/enigma2/python/Components/Console.py", line 56, in finishedCB
     self.callbacks[name](data,retval,extra_args)
   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py", line 108, in IpkgListAvailableCB
     SoftwareTools.available_packetlist.append([name, split[1].strip(), split[2].strip()])
   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py", line 108, in IpkgListAvailableCB
     SoftwareTools.available_packetlist.append([name, split[1].strip(), split[2].strip()])
ref bug #383
lib/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py
lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py