Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gplay.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-09-07 17:22:12 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-09-07 17:22:12 (GMT)
commit226bac1198d101b491615b5e8e8e7a9b01948980 (patch)
tree87ef30418748649eaa76b76fbb805def0107923b /gplay.py
parent0403491439498256b6977cab1f2e88fd68922e91 (diff)
more on the fixed layout
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@458 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'gplay.py')
-rw-r--r--gplay.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gplay.py b/gplay.py
index 7f1fb6e..db1726d 100644
--- a/gplay.py
+++ b/gplay.py
@@ -115,9 +115,9 @@ class Gplay:
return self.playing
-class PlayVideoWindow(gtk.Window):
+class PlayVideoWindow(gtk.DrawingArea):
def __init__(self):
- gtk.Window.__init__(self)
+ gtk.DrawingArea.__init__(self)
self.imagesink = None
self.glive = None