small fix for not existent package content
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Sat, 17 May 2008 22:54:05 +0000 (22:54 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Sat, 17 May 2008 22:54:05 +0000 (22:54 +0000)
lib/python/Components/DreamInfoHandler.py

index 8220b8b..9878761 100644 (file)
@@ -203,6 +203,7 @@ class DreamInfoHandler:
                                self.installNext()
                                return
                else: # nothing to install here
+                       self.currentIndex = -1
                        self.currentAttributeIndex += 1
                        self.installNext()
                        return