properly fix GSOD from last commit
[enigma2.git] / lib / python / Components / DreamInfoHandler.py
index 6cd967003bbdf392cd6608118b0553c3e00febec..f9bd479e68d20f8bb5ccd03d3f059db37afb29f8 100644 (file)
@@ -217,10 +217,13 @@ class DreamInfoHandler:
                        else:
                                print "increment meta index to install next package"
                                self.currentlyInstallingMetaIndex += 1
+                               self.currentAttributeIndex = 0
                                self.installPackage(self.installIndexes[self.currentlyInstallingMetaIndex])
+                               return
                
                self.setStatus(self.STATUS_WORKING)             
                
+               print "currentAttributeIndex:", self.currentAttributeIndex
                currentAttribute = self.attributeNames[self.currentAttributeIndex]
                
                print "installing", currentAttribute, "with index", self.currentIndex