From: Stefan Pluecken Date: Sat, 17 May 2008 22:54:05 +0000 (+0000) Subject: small fix for not existent package content X-Git-Tag: 2.6.0~1237 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/edd49056e4f324834dbe499a8be69ae07ebe1bdc small fix for not existent package content --- diff --git a/lib/python/Components/DreamInfoHandler.py b/lib/python/Components/DreamInfoHandler.py index 8220b8b9..9878761d 100644 --- a/lib/python/Components/DreamInfoHandler.py +++ b/lib/python/Components/DreamInfoHandler.py @@ -203,6 +203,7 @@ class DreamInfoHandler: self.installNext() return else: # nothing to install here + self.currentIndex = -1 self.currentAttributeIndex += 1 self.installNext() return