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-11 19:51:47 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-09-11 19:51:47 (GMT)
commite0dd54e7d01fac169029b655faec9c9f6579408e (patch)
treece92193127e585d73648cf7af984b258c5a1ec3b /gplay.py
parent4e3872979400aa9dbd8e1b6104171d92293f3293 (diff)
back to the main branch
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@475 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 db1726d..7f1fb6e 100644
--- a/gplay.py
+++ b/gplay.py
@@ -115,9 +115,9 @@ class Gplay:
return self.playing
-class PlayVideoWindow(gtk.DrawingArea):
+class PlayVideoWindow(gtk.Window):
def __init__(self):
- gtk.DrawingArea.__init__(self)
+ gtk.Window.__init__(self)
self.imagesink = None
self.glive = None