aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/ephy-session.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f3cf14dda..e029542e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-10-26 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-session.c: (offer_to_resume):
+
+ Revert last change, it's a warning after all.
+
+2004-10-26 Christian Persch <chpe@cvs.gnome.org>
+
* src/ephy-window.c: (confirm_close_with_modified_forms):
Make the confirm-close-with-form-data dialogue window modal, instead
diff --git a/src/ephy-session.c b/src/ephy-session.c
index 445d2e891..42a6b8af5 100644
--- a/src/ephy-session.c
+++ b/src/ephy-session.c
@@ -371,7 +371,7 @@ offer_to_resume (EphySession *session)
dialog = gtk_message_dialog_new
(NULL,
GTK_DIALOG_MODAL,
- GTK_MESSAGE_QUESTION,
+ GTK_MESSAGE_WARNING,
GTK_BUTTONS_NONE,
_("Epiphany appears to have crashed or been killed the last time it was run."));