diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-06-05 12:07:40 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-06-05 12:07:40 +0000 |
| commit | 0b8fdfbe8faf3b9abd643bf2ae4c82d6268fce96 (patch) | |
| tree | 4861842705ec962ec71f1a25775f7a7269f88c5e /lib/python | |
| parent | 47af26ecdf6bcd3eecddf10e7c640755dcff880d (diff) | |
| download | enigma2-0b8fdfbe8faf3b9abd643bf2ae4c82d6268fce96.tar.gz enigma2-0b8fdfbe8faf3b9abd643bf2ae4c82d6268fce96.zip | |
call loadBouquet after installing a bouquet
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/DreamInfoHandler.py | 1 |
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 |
