From e9f578b511a4635653b0f59e2ce236db66fb70d3 Mon Sep 17 00:00:00 2001 From: Bruno Boaventura Date: Sat, 27 Jan 2007 04:18:15 +0000 Subject: [PATCH] Change dialog icon because gnome-icon-theme have no more 2007-01-27 Bruno Boaventura * src/metacity-dialog.c (kill_window_question): Change dialog icon because gnome-icon-theme have no more "panel-force-quit". Patch from Jaap A. Haitsma . svn path=/trunk/; revision=3050 --- ChangeLog | 6 ++++++ src/metacity-dialog.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 202888ded..fe70d6a2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-01-27 Bruno Boaventura + + * src/metacity-dialog.c (kill_window_question): Change dialog + icon because gnome-icon-theme have no more "panel-force-quit". + Patch from Jaap A. Haitsma . + 2007-01-16 Thomas Thurman * doc/compositor-control.txt: fix silly thinko. diff --git a/src/metacity-dialog.c b/src/metacity-dialog.c index dde06f2a5..d47a9b3ec 100644 --- a/src/metacity-dialog.c +++ b/src/metacity-dialog.c @@ -98,7 +98,7 @@ kill_window_question (const char *window_name, "for it to continue or force the application " "to quit entirely.")); g_free (str); - gtk_window_set_icon_name (GTK_WINDOW (dialog), "panel-force-quit"); + gtk_window_set_icon_name (GTK_WINDOW (dialog), "stock_dialog-warning"); gtk_label_set_use_markup (GTK_LABEL (GTK_MESSAGE_DIALOG (dialog)->label), TRUE); gtk_label_set_line_wrap (GTK_LABEL (GTK_MESSAGE_DIALOG (dialog)->label), TRUE);