Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ui.py
diff options
context:
space:
mode:
Diffstat (limited to 'ui.py')
-rw-r--r--ui.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui.py b/ui.py
index 47bd1b7..e10808d 100644
--- a/ui.py
+++ b/ui.py
@@ -344,6 +344,8 @@ class UI:
def finalSetUp( self ):
self.LAUNCHING = False
self.updateVideoComponents()
+
+ self.ACTIVE = self.ca.get_property( "visible" )
if (self.ACTIVE):
self.ca.glive.play()
@@ -2178,7 +2180,6 @@ class ProgressWindow(gtk.Window):
def updateProgress( self, amt, update, color='white' ):
- record.Record.log.debug( "::" + str(update) + "::" +str(amt))
self.progBar.set_fraction( amt )
if (update != None and update != self.update):
self.update = update