diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-03-06 05:18:25 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-03-06 05:18:25 +0800 |
commit | 600ddc54f68e4244f672e882167965e7d4311d26 (patch) | |
tree | 1d32edaba9969044d99e342d4a62354870abbef4 /src/ephy-session.c | |
parent | d791244c78d9f1d2a8d04135e7de59a3bfa28237 (diff) | |
download | gsoc2013-epiphany-600ddc54f68e4244f672e882167965e7d4311d26.tar.gz gsoc2013-epiphany-600ddc54f68e4244f672e882167965e7d4311d26.tar.zst gsoc2013-epiphany-600ddc54f68e4244f672e882167965e7d4311d26.zip |
Update timestamp on resume dialogue when queuing a new command.
2006-03-05 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-session.c:
Update timestamp on resume dialogue when queuing a
new command.
Diffstat (limited to 'src/ephy-session.c')
-rw-r--r-- | src/ephy-session.c | 6 |
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); + } } |