From 7a91219f5b255783690be32fe6426b8a6c640398 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Thu, 15 Feb 2018 01:45:55 +0100 Subject: avoid deprecated GtkStock --- shell/ev-open-recent-action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/ev-open-recent-action.c') diff --git a/shell/ev-open-recent-action.c b/shell/ev-open-recent-action.c index e3aabca6..47da1d53 100644 --- a/shell/ev-open-recent-action.c +++ b/shell/ev-open-recent-action.c @@ -67,7 +67,7 @@ ev_open_recent_action_create_tool_item (GtkAction *action) gtk_recent_filter_add_application (filter, g_get_application_name ()); gtk_recent_chooser_set_filter (GTK_RECENT_CHOOSER (toolbar_recent_menu), filter); - tool_item = GTK_WIDGET (gtk_menu_tool_button_new_from_stock (GTK_STOCK_OPEN)); + tool_item = GTK_WIDGET (gtk_menu_tool_button_new_from_stock ("gtk-open")); gtk_menu_tool_button_set_arrow_tooltip_text (GTK_MENU_TOOL_BUTTON (tool_item), _("Open a recently used document")); gtk_menu_tool_button_set_menu (GTK_MENU_TOOL_BUTTON (tool_item), -- cgit v1.2.1