1
0
Fork 0

Change dialog icon because gnome-icon-theme have no more

2007-01-27  Bruno Boaventura <brunobol@gnome.org>

        * 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 <jaap@haitsma.org>.


svn path=/trunk/; revision=3050
This commit is contained in:
Bruno Boaventura 2007-01-27 04:18:15 +00:00 committed by Bruno Boaventura de Oliveira Lacerda
parent 2ee754ddaf
commit e9f578b511
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2007-01-27 Bruno Boaventura <brunobol@gnome.org>
* 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 <jaap@haitsma.org>.
2007-01-16 Thomas Thurman <thomas@thurman.org.uk>
* doc/compositor-control.txt: fix silly thinko.

View file

@ -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);