From 623dcd777f3a64badaaa457248856cc8c2f6d234 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Parro Date: Wed, 23 Feb 2005 13:52:22 +0000 Subject: don't activate startup notification with the "previous session has 2005-02-23 Carlos Garnacho Parro * src/ephy-session.c: don't activate startup notification with the "previous session has crashed" dialog --- ChangeLog | 5 +++++ src/ephy-session.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index c2da27d2e..8e00d632c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-23 Carlos Garnacho Parro + + * src/ephy-session.c: don't activate startup notification with the + "previous session has crashed" dialog + 2005-02-23 Christian Persch * lib/egg/egg-editable-toolbar.c: (update_fixed): 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); -- cgit v1.2.3