From 4f202c8ac7c2a94021a0e65e79a7ca78eb8c02e5 Mon Sep 17 00:00:00 2001 From: Wouter Bolsterlee Date: Fri, 16 Jun 2006 14:11:22 +0000 Subject: Make the crash recovery dialog appear on the taskbar. Fixes bug #345010. 2006-06-16 Wouter Bolsterlee * src/ephy-session.c: (session_command_autoresume): Make the crash recovery dialog appear on the taskbar. Fixes bug #345010. --- ChangeLog | 6 ++++++ src/ephy-session.c | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index db38eafc7..378db07d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-06-16 Wouter Bolsterlee + + * src/ephy-session.c: (session_command_autoresume): + Make the crash recovery dialog appear on the taskbar. + Fixes bug #345010. + 2006-06-16 Christian Persch * data/default-prefs-common.js: diff --git a/src/ephy-session.c b/src/ephy-session.c index 3b8ccaf7f..f3bd78430 100644 --- a/src/ephy-session.c +++ b/src/ephy-session.c @@ -619,6 +619,7 @@ session_command_autoresume (EphySession *session, gtk_window_set_title (GTK_WINDOW (dialog), _("Crash Recovery")); gtk_window_set_icon_name (GTK_WINDOW (dialog), "web-browser"); gtk_window_set_position (GTK_WINDOW (dialog), GTK_WIN_POS_CENTER); + gtk_window_set_skip_taskbar_hint (GTK_WINDOW (dialog), FALSE); gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_ACCEPT); g_signal_connect (dialog, "response", -- cgit v1.2.3