From edd49056e4f324834dbe499a8be69ae07ebe1bdc Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sat, 17 May 2008 22:54:05 +0000 Subject: [PATCH] small fix for not existent package content --- lib/python/Components/DreamInfoHandler.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2