Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tagplay.py
diff options
context:
space:
mode:
Diffstat (limited to 'tagplay.py')
-rw-r--r--tagplay.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/tagplay.py b/tagplay.py
index 3d7bb59..8689306 100644
--- a/tagplay.py
+++ b/tagplay.py
@@ -181,9 +181,10 @@ def stop_media(lc):
lc.gplay.stop()
if lc.gplay.window != None:
# We need to figure out how to destroy the video window
- #lc.gplay.window.destroy()
+ print dir(lc.gplay.window)
+ lc.gplay.window.destroy()
#lc.gplay == None
# But meanwhile, just shrink it
- lc.gplay.window.move( 0, 0 )
- lc.gplay.window.resize( 1, 1 )
+ #lc.gplay.window.move( 0, 0 )
+ #lc.gplay.window.resize( 1, 1 )