diff options
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 69af9e562..4fc7e26f3 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -21,6 +21,7 @@ #endif #include "ephy-shell.h" +#include "ephy-state.h" #include "ephy-embed-shell.h" #include "eel-gconf-extensions.h" #include "ephy-prefs.h" @@ -324,6 +325,7 @@ ephy_shell_finalize (GObject *object) g_free (gs->priv); + ephy_state_save (); ephy_file_helpers_shutdown (); ephy_node_system_shutdown (); |