fix pip
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 10 Oct 2006 15:52:47 +0000 (15:52 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 10 Oct 2006 15:52:47 +0000 (15:52 +0000)
lib/python/Screens/PictureInPicture.py

index ce959209733c87de0c160b50d89eff5f83109fd5..c89ca22953a697f10262191e554d4843d0e58412 100644 (file)
@@ -8,7 +8,7 @@ class PictureInPicture(Screen):
                Screen.__init__(self, session)
                self["video"] = VideoWindow()
                self.currentService = None
-               config.av.pip = ConfigPosition(default=[-1, -1, -1, -1], limits = (719, 567, 720, 568))
+               config.av.pip = ConfigPosition(default=[-1, -1, -1, -1], args = (719, 567, 720, 568))
                self.onLayoutFinish.append(self.LayoutFinished)
 
        def LayoutFinished(self):