From df501c4c3f43c01ef9b39ea33086c68068ad4fd1 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Thu, 23 Dec 2010 19:12:25 +0100 Subject: [PATCH] toolbar-editor: Use gtk_widget_render_icon_pixbuf() --- cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cut-n-paste/toolbar-editor/egg-editable-toolbar.c b/cut-n-paste/toolbar-editor/egg-editable-toolbar.c index 9193120a..fadfed8d 100644 --- a/cut-n-paste/toolbar-editor/egg-editable-toolbar.c +++ b/cut-n-paste/toolbar-editor/egg-editable-toolbar.c @@ -487,8 +487,8 @@ configure_item_cursor (GtkToolItem *item, } else if (stock_id) { - pixbuf = gtk_widget_render_icon (widget, stock_id, - GTK_ICON_SIZE_LARGE_TOOLBAR, NULL); + pixbuf = gtk_widget_render_icon_pixbuf (widget, stock_id, + GTK_ICON_SIZE_LARGE_TOOLBAR); } g_free (icon_name); g_free (stock_id); -- 2.43.0