From 97cff47447920644600d88cf7abd0c3fc13aca8e Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Tue, 28 Apr 2009 04:26:01 +0000 Subject: Record controls only appear on second launch #762 --- 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 ): -- cgit v0.9.1