From 7e5bb20dfc1082d27e706fa1f0e898e2fca799b2 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Thu, 12 Apr 2012 17:15:45 +0200 Subject: Add a 'crashed' option to the session restore policy With this policy the session will only be restored if the application has exited unexpectedly, but not if the user manually closes it. There are no code changes needed for this to work, having a (valid) different value than always/never in the setting makes things just work. --- data/org.gnome.epiphany.gschema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/org.gnome.epiphany.gschema.xml') diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml index d39fc3849..3ceee4047 100644 --- a/data/org.gnome.epiphany.gschema.xml +++ b/data/org.gnome.epiphany.gschema.xml @@ -62,7 +62,7 @@ 'always' Whether to automatically restore the last session - Defines how the session will be restored during startup. Allowed values are 'always' (the previous state of the application is always restored) and 'never' (the homepage is always shown). + Defines how the session will be restored during startup. Allowed values are 'always' (the previous state of the application is always restored), 'crashed' (the session is only restored if the application crashes) and 'never' (the homepage is always shown). -- cgit v1.2.3