[SCM] morituri/master: * examples/ARcue.py: Fix a bug in the gtk example.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:08:48 UTC 2014


The following commit has been merged in the master branch:
commit 1fc0c2bbdbec05d44efb9dea67acc08dde19537e
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Mon Apr 20 21:30:04 2009 +0000

    	* examples/ARcue.py:
    	  Fix a bug in the gtk example.

diff --git a/ChangeLog b/ChangeLog
index dfd1a01..e5f28bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+	* examples/ARcue.py:
+	  Fix a bug in the gtk example.
+
+2009-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
+
 	* examples/readtoc.py:
 	  Read the toc using cdrdao.  Now sets progress based on which
 	  frame it is on.
diff --git a/examples/ARcue.py b/examples/ARcue.py
index 28f9e1d..7cc1d55 100644
--- a/examples/ARcue.py
+++ b/examples/ARcue.py
@@ -32,10 +32,11 @@ from morituri.image import image
 from morituri.common import task, checksum
 
 def gtkmain(runner, taskk):
+    runner = task.GtkProgressRunner()
     runner.connect('stop', lambda _: gtk.main_quit())
 
     window = gtk.Window()
-    window.add(progress)
+    window.add(runner)
     window.show_all()
 
     runner.run(taskk)

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list