Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2008-01-06 22:58:05 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2008-01-06 22:58:05 (GMT)
commit2c50c3545e90b8c0e5e100e99f2608af180f7fed (patch)
tree84703aa0d9029d8696bb029a62c8d33861d124b5
parenteaee788398f8904a8169bcb52422c82fef9d2c30 (diff)
ready for 50
git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/50@1005 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
-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