Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-04-28 04:26:01 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-04-28 04:26:01 (GMT)
commit97cff47447920644600d88cf7abd0c3fc13aca8e (patch)
tree3f5f60438456741f9e286e31643d4c58a2c6424d
parentdcbc527b0fd81c9a4b1d5a1863869c51154d6806 (diff)
Record controls only appear on second launch #762
-rw-r--r--ui.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui.py b/ui.py
index 28d2896..73812d3 100644
--- a/ui.py
+++ b/ui.py
@@ -369,7 +369,7 @@ class UI:
self.audioToolbar.set_sensitive( True )
#initialize the app with the default thumbs
- self.ca.m.setupMode( self.ca.m.MODE, False )
+ self.ca.m.setupMode( self.ca.m.MODE, True )
gobject.idle_add( self.finalSetUp )
@@ -526,6 +526,7 @@ class UI:
win.set_decorated( False )
win.set_focus_on_map( False )
win.set_property("accept-focus", False)
+ win.props.destroy_with_parent = True
def resetWidgetFadeTimer( self ):