remove color testpic
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 2 Jul 2008 11:49:42 +0000 (11:49 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 2 Jul 2008 11:49:42 +0000 (11:49 +0000)
lib/python/Plugins/SystemPlugins/VideoTune/VideoFinetune.py

index 6286bc5879d9d2615c2f80fc83940abcb28f9472..11e14d36926c1bcd5aa4fc19880b91edb48b8651 100644 (file)
@@ -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"]