diff options
author | Carlos Garnacho Parro <carlos@gnome.org> | 2005-02-23 21:52:22 +0800 |
---|---|---|
committer | Carlos Garnacho <carlosg@src.gnome.org> | 2005-02-23 21:52:22 +0800 |
commit | 623dcd777f3a64badaaa457248856cc8c2f6d234 (patch) | |
tree | b4da2e5f2d87c54710d46fb57be266bd2bdd51b6 /src/ephy-session.c | |
parent | 96b010c0b8a90756a560c185f2a2d6f16718c376 (diff) | |
download | gsoc2013-epiphany-623dcd777f3a64badaaa457248856cc8c2f6d234.tar.gz gsoc2013-epiphany-623dcd777f3a64badaaa457248856cc8c2f6d234.tar.zst gsoc2013-epiphany-623dcd777f3a64badaaa457248856cc8c2f6d234.zip |
don't activate startup notification with the "previous session has
2005-02-23 Carlos Garnacho Parro <carlos@gnome.org>
* src/ephy-session.c: don't activate startup notification with the
"previous session has crashed" dialog
Diffstat (limited to 'src/ephy-session.c')
-rw-r--r-- | src/ephy-session.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-session.c b/src/ephy-session.c index 3d1781bc3..4dbdb4f18 100644 --- a/src/ephy-session.c +++ b/src/ephy-session.c @@ -406,7 +406,9 @@ offer_to_resume (EphySession *session, ephy_gui_window_update_user_time (session->priv->resume_dialog, user_time); + gtk_window_set_auto_startup_notification (FALSE); response = gtk_dialog_run (GTK_DIALOG (dialog)); + gtk_window_set_auto_startup_notification (TRUE); gtk_widget_destroy (dialog); |