mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
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:
parent
2ee754ddaf
commit
e9f578b511
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user