diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-06 15:48:47 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-06 15:48:47 +0000 |
| commit | bb438bec17665a907c28ca47d665766c7b26be79 (patch) | |
| tree | 498dd3e71e349dc5845cdb5e48312c166328c0dd /mytest.py | |
| parent | eec9fe4a7e1381ee158c75431bc5fdd685b8f552 (diff) | |
| download | enigma2-bb438bec17665a907c28ca47d665766c7b26be79.tar.gz enigma2-bb438bec17665a907c28ca47d665766c7b26be79.zip | |
plugins can register their own menu now
menus have their own id now
the update plugin for example adds a menu item to the Setup menu with the id "setup"
Diffstat (limited to 'mytest.py')
| -rw-r--r-- | mytest.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,10 @@ from Tools.Directories import InitFallbackFiles InitFallbackFiles() eDVBDB.getInstance().reloadBouquets() +# initialize autorun plugins and plugin menu entries +from Components.PluginComponent import plugins +plugins.getPluginList() + had = dict() def dump(dir, p = ""): |
