From: Andreas Monzner Date: Wed, 2 Jul 2008 11:49:42 +0000 (+0000) Subject: remove color testpic X-Git-Tag: 2.6.0~1084 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/d2efe2fd3e564506c4c1ceea54c06d4391d35d37 remove color testpic --- diff --git a/lib/python/Plugins/SystemPlugins/VideoTune/VideoFinetune.py b/lib/python/Plugins/SystemPlugins/VideoTune/VideoFinetune.py index 6286bc58..11e14d36 100644 --- a/lib/python/Plugins/SystemPlugins/VideoTune/VideoFinetune.py +++ b/lib/python/Plugins/SystemPlugins/VideoTune/VideoFinetune.py @@ -23,10 +23,10 @@ class VideoFinetune(Screen): { "1": self.testpic_brightness, "2": self.testpic_contrast, - "3": self.testpic_colors, - "4": self.testpic_filter, - "5": self.testpic_gamma, - "6": self.testpic_fubk, +# "3": self.testpic_colors, + "3": self.testpic_filter, + "4": self.testpic_gamma, + "5": self.testpic_fubk, "ok": self.callNext, "cancel": self.close, }) @@ -95,7 +95,8 @@ class VideoFinetune(Screen): c.flush() def testpic_contrast(self): - self.next = self.testpic_colors +# self.next = self.testpic_colors + self.next = self.close c = self["Canvas"]