[xiph-commits] r11509 - trunk/souffleur
giles at svn.xiph.org
giles at svn.xiph.org
Sat Jun 3 10:47:53 PDT 2006
Author: giles
Date: 2006-06-03 10:47:52 -0700 (Sat, 03 Jun 2006)
New Revision: 11509
Modified:
trunk/souffleur/Souffleur.py
Log:
Fix minor syntax errors.
Modified: trunk/souffleur/Souffleur.py
===================================================================
--- trunk/souffleur/Souffleur.py 2006-06-03 17:40:39 UTC (rev 11508)
+++ trunk/souffleur/Souffleur.py 2006-06-03 17:47:52 UTC (rev 11509)
@@ -32,6 +32,7 @@
gladefile="souffleur.glade"
windowname="MAIN_WINDOW"
self.wTree=gtk.glade.XML (gladefile,windowname)
+ self.gladefile = gladefile
# we only have two callbacks to register, but
# you could register any number, or use a
# special class that automatically
@@ -94,6 +95,7 @@
TStreams=self.Streams.getStreams()
for OGGStream in Streams:
#TODO
+ pass
return
#==============================================================================
# MAIN:
More information about the commits
mailing list