git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5782eaf
)
small fix for not existent package content
author
Stefan Pluecken
<
[email protected]
>
Sat, 17 May 2008 22:54:05 +0000
(22:54 +0000)
committer
Stefan Pluecken
<
[email protected]
>
Sat, 17 May 2008 22:54:05 +0000
(22:54 +0000)
lib/python/Components/DreamInfoHandler.py
patch
|
blob
|
history
diff --git
a/lib/python/Components/DreamInfoHandler.py
b/lib/python/Components/DreamInfoHandler.py
index 8220b8b95fb5d014246eed5f991f4a91044bb4a4..9878761db760b4db6d9579ca7807d63860bc4513 100644
(file)
--- 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