aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/DreamInfoHandler.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2008-06-05 12:07:40 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2008-06-05 12:07:40 +0000
commit0b8fdfbe8faf3b9abd643bf2ae4c82d6268fce96 (patch)
tree4861842705ec962ec71f1a25775f7a7269f88c5e /lib/python/Components/DreamInfoHandler.py
parent47af26ecdf6bcd3eecddf10e7c640755dcff880d (diff)
downloadenigma2-0b8fdfbe8faf3b9abd643bf2ae4c82d6268fce96.tar.gz
enigma2-0b8fdfbe8faf3b9abd643bf2ae4c82d6268fce96.zip
call loadBouquet after installing a bouquet
Diffstat (limited to 'lib/python/Components/DreamInfoHandler.py')
-rw-r--r--lib/python/Components/DreamInfoHandler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/DreamInfoHandler.py b/lib/python/Components/DreamInfoHandler.py
index 261e800f..86015261 100644
--- 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