diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-09 13:37:16 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-09 13:37:16 +0000 |
| commit | 576d984af876f4b2ca96add34ccb14bbe1a436a7 (patch) | |
| tree | 1d97c1e9d51977725e48d9327d8316a38475facc /lib/python | |
| parent | ad18693bb398fd6aef82b0d99a6cbc87cff51858 (diff) | |
| download | enigma2-576d984af876f4b2ca96add34ccb14bbe1a436a7.tar.gz enigma2-576d984af876f4b2ca96add34ccb14bbe1a436a7.zip | |
call nimmanager->update()
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/Satconfig.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py index 49de8c82..7ed34cf0 100644 --- a/lib/python/Screens/Satconfig.py +++ b/lib/python/Screens/Satconfig.py @@ -65,6 +65,7 @@ class NimSetup(Screen): def keySave(self): for x in self["config"].list: x[1].save() + nimmanager.sec.update() self.close() def keyCancel(self): |
