summaryrefslogtreecommitdiff
path: root/capplets/windows/mate-metacity-support.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2018-01-26 11:06:00 +0100
committerraveit65 <[email protected]>2018-02-12 14:03:07 +0100
commit17b20172c581009a5d972dbb9bc523e7d3e4126d (patch)
treed18b5f4c993b16d5a70f0edfdd0ee5ae657aba3d /capplets/windows/mate-metacity-support.c
parent9e312c404d28250bd75782ba6f7a96ba9b707fb1 (diff)
downloadmate-control-center-17b20172c581009a5d972dbb9bc523e7d3e4126d.tar.bz2
mate-control-center-17b20172c581009a5d972dbb9bc523e7d3e4126d.tar.xz
avoid deprecated GtkStock
Diffstat (limited to 'capplets/windows/mate-metacity-support.c')
-rw-r--r--capplets/windows/mate-metacity-support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/windows/mate-metacity-support.c b/capplets/windows/mate-metacity-support.c
index d5964444..77fd1739 100644
--- a/capplets/windows/mate-metacity-support.c
+++ b/capplets/windows/mate-metacity-support.c
@@ -40,7 +40,7 @@ mate_metacity_config_tool ()
dialog = GTK_DIALOG (gtk_dialog_new_with_buttons(_("Metacity Preferences"),
NULL,
GTK_DIALOG_MODAL,
- GTK_STOCK_CLOSE,
+ "gtk-close",
GTK_RESPONSE_CLOSE,
NULL));
gtk_window_set_icon_name (GTK_WINDOW (dialog), "preferences-system-windows");