aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ephy-shell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 3e8450c9a..51135e8f0 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -246,6 +246,7 @@ quit_application (GSimpleAction *action,
GVariant *parameter,
gpointer user_data)
{
+ ephy_session_close (EPHY_SESSION (ephy_shell_get_session (ephy_shell)));
g_application_quit (g_application_get_default ());
}