aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/VideoTune
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-07-02 11:49:42 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-07-02 11:49:42 +0000
commitd2efe2fd3e564506c4c1ceea54c06d4391d35d37 (patch)
tree6476ae1d982653437dce82ec541420bac379dcb2 /lib/python/Plugins/SystemPlugins/VideoTune
parent06eb60f4ae989bba30dd94c1f9fe9934a9237416 (diff)
downloadenigma2-d2efe2fd3e564506c4c1ceea54c06d4391d35d37.tar.gz
enigma2-d2efe2fd3e564506c4c1ceea54c06d4391d35d37.zip
remove color testpic
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/VideoTune')
-rw-r--r--lib/python/Plugins/SystemPlugins/VideoTune/VideoFinetune.py11
1 files changed, 6 insertions, 5 deletions
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"]