From b8d8e52f0effbf76ff909f88932098d4daf4336e Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 25 Nov 2014 17:19:11 +0100 Subject: Replace gtkstock icon usage --- src/ui/theme-viewer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui') diff --git a/src/ui/theme-viewer.c b/src/ui/theme-viewer.c index 6bc6953a..0a5e4eb2 100644 --- a/src/ui/theme-viewer.c +++ b/src/ui/theme-viewer.c @@ -248,8 +248,8 @@ dialog_contents (void) update_spacings (vbox, action_area); label = gtk_label_new (_("This is a sample message in a sample dialog")); - image = gtk_image_new_from_stock (GTK_STOCK_DIALOG_INFO, - GTK_ICON_SIZE_DIALOG); + image = gtk_image_new_from_icon_name ("dialog-information", + GTK_ICON_SIZE_DIALOG); #if GTK_CHECK_VERSION (3, 0, 0) gtk_widget_set_halign (image, GTK_ALIGN_CENTER); gtk_widget_set_valign (image, GTK_ALIGN_START); -- cgit v1.2.1