Default to window size from last session, added -n option to suppress. Apparently introduced some weird race condition that is causing start-up segfaults again, but it is very intermittent
This commit is contained in:
parent
39f5d216e4
commit
324bd13120
2 changed files with 18 additions and 3 deletions
|
@ -22,6 +22,7 @@
|
|||
<property name="urgency_hint">False</property>
|
||||
<signal name="hide" handler="gtk_main_quit" last_modification_time="Fri, 09 Apr 2010 03:40:14 GMT"/>
|
||||
<signal name="key_press_event" handler="global_key_press_handler" last_modification_time="Fri, 16 Apr 2010 15:35:22 GMT"/>
|
||||
<signal name="configure_event" handler="on_resize" last_modification_time="Tue, 18 May 2010 03:10:23 GMT"/>
|
||||
|
||||
<child>
|
||||
<widget class="GtkVBox" id="main_box">
|
||||
|
|
Reference in a new issue