Commit 9f8ff37973744bcee0d5fff7981d6ba9e825b66d
1 parent
22a17a75
Exists in
master
and in
2 other branches
Default for update session file is now false.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
schemas/linux/application.gschema.xml.in
@@ -70,7 +70,7 @@ | @@ -70,7 +70,7 @@ | ||
70 | </key> | 70 | </key> |
71 | 71 | ||
72 | <key name="update-default-session-file" type="b"> | 72 | <key name="update-default-session-file" type="b"> |
73 | - <default>true</default> | 73 | + <default>false</default> |
74 | <summary>Update default session time from command line</summary> | 74 | <summary>Update default session time from command line</summary> |
75 | <description></description> | 75 | <description></description> |
76 | </key> | 76 | </key> |
schemas/windows/application.gschema.xml.in
@@ -75,7 +75,7 @@ | @@ -75,7 +75,7 @@ | ||
75 | </key> | 75 | </key> |
76 | 76 | ||
77 | <key name="update-default-session-file" type="b"> | 77 | <key name="update-default-session-file" type="b"> |
78 | - <default>true</default> | 78 | + <default>false</default> |
79 | <summary>Update default session time from command line</summary> | 79 | <summary>Update default session time from command line</summary> |
80 | <description></description> | 80 | <description></description> |
81 | </key> | 81 | </key> |