Commit 9f8ff37973744bcee0d5fff7981d6ba9e825b66d

Authored by Perry Werneck
1 parent 22a17a75

Default for update session file is now false.

schemas/linux/application.gschema.xml.in
... ... @@ -70,7 +70,7 @@
70 70 </key>
71 71  
72 72 <key name="update-default-session-file" type="b">
73   - <default>true</default>
  73 + <default>false</default>
74 74 <summary>Update default session time from command line</summary>
75 75 <description></description>
76 76 </key>
... ...
schemas/windows/application.gschema.xml.in
... ... @@ -75,7 +75,7 @@
75 75 </key>
76 76  
77 77 <key name="update-default-session-file" type="b">
78   - <default>true</default>
  78 + <default>false</default>
79 79 <summary>Update default session time from command line</summary>
80 80 <description></description>
81 81 </key>
... ...