From: Andreas Monzner Date: Fri, 9 May 2008 11:04:42 +0000 (+0000) Subject: add missing save for videomode config entries X-Git-Tag: 2.6.0~1258 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/fc6db03e4ba81da917b64bb55e65e82bb2808b22 add missing save for videomode config entries --- diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py index c90f8fd8..87529af3 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py @@ -164,8 +164,11 @@ class VideoHardware: def saveMode(self, port, mode, rate): config.av.videoport.value = port + config.av.videoport.save() config.av.videomode[port].value = mode + config.av.videomode[port].save() config.av.videorate[mode].value = rate + config.av.videorate[mode].save() def isPortAvailable(self, port): # fixme