aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ephy-session.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ephy-session.c b/src/ephy-session.c
index 438586e79..10b3e5d9c 100644
--- a/src/ephy-session.c
+++ b/src/ephy-session.c
@@ -1646,4 +1646,10 @@ ephy_session_queue_command (EphySession *session,
}
session_command_queue_next (session);
+
+ if (priv->resume_dialog != NULL)
+ {
+ gtk_window_present_with_time (GTK_WINDOW (priv->resume_dialog),
+ user_time);
+ }
}