From 61fc4065c4cdcb49aeab3a38a9da95a043260f50 Mon Sep 17 00:00:00 2001 From: monsta Date: Fri, 22 Jan 2016 11:52:55 +0300 Subject: dictionary: use gtk_image_new_from_icon_name in both GTK+ builds --- mate-dictionary/libgdict/gdict-speller.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mate-dictionary/libgdict/gdict-speller.c') diff --git a/mate-dictionary/libgdict/gdict-speller.c b/mate-dictionary/libgdict/gdict-speller.c index 5f370ba8..fc16112a 100644 --- a/mate-dictionary/libgdict/gdict-speller.c +++ b/mate-dictionary/libgdict/gdict-speller.c @@ -347,8 +347,8 @@ gdict_speller_constructor (GType type, priv->clear_button = gtk_button_new (); gtk_button_set_image (GTK_BUTTON (priv->clear_button), - gtk_image_new_from_stock (GTK_STOCK_CLEAR, - GTK_ICON_SIZE_SMALL_TOOLBAR)); + gtk_image_new_from_icon_name ("edit-clear", + GTK_ICON_SIZE_SMALL_TOOLBAR)); g_signal_connect (priv->clear_button, "clicked", G_CALLBACK (clear_button_clicked_cb), speller); -- cgit v1.2.1