From 1f72d441289df987dd7fbb528089f71e719e3c46 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Tue, 23 Jan 2018 20:55:01 +0100 Subject: avoid deprecated GtkStock --- mate-panel/panel-recent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-panel/panel-recent.c') diff --git a/mate-panel/panel-recent.c b/mate-panel/panel-recent.c index b3d5beb6..bd1287a1 100644 --- a/mate-panel/panel-recent.c +++ b/mate-panel/panel-recent.c @@ -151,7 +151,7 @@ recent_documents_clear_cb (GtkMenuItem *menuitem, "\342\200\242 All items from the recent documents list in all applications.")); gtk_dialog_add_buttons (GTK_DIALOG (clear_recent_dialog), - GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, + "gtk-cancel", GTK_RESPONSE_CANCEL, PANEL_STOCK_CLEAR, GTK_RESPONSE_ACCEPT, NULL); -- cgit v1.2.1