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:
47af26e
)
call loadBouquet after installing a bouquet
author
Stefan Pluecken
<
[email protected]
>
Thu, 5 Jun 2008 12:07:40 +0000
(12:07 +0000)
committer
Stefan Pluecken
<
[email protected]
>
Thu, 5 Jun 2008 12:07:40 +0000
(12:07 +0000)
lib/python/Components/DreamInfoHandler.py
patch
|
blob
|
history
diff --git
a/lib/python/Components/DreamInfoHandler.py
b/lib/python/Components/DreamInfoHandler.py
index 261e800f5f5574f5a9ea7a05b598ddfabcd53f10..860152612078321d852676c32bcedef3a955b929 100644
(file)
--- a/
lib/python/Components/DreamInfoHandler.py
+++ b/
lib/python/Components/DreamInfoHandler.py
@@
-313,3
+313,4
@@
class DreamInfoHandler:
if self.console.execute("cp %s %s" % ((directory + name), resolveFilename(SCOPE_CONFIG))):
print "execute failed"
self.installNext()
+ db = eDVBDB.getInstance().loadBouquet("bouquets.tv")
\ No newline at end of file