diff options
-rw-r--r-- | shell/ev-sidebar-annotations.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/ev-sidebar-annotations.c b/shell/ev-sidebar-annotations.c index bba131b8..94fa3092 100644 --- a/shell/ev-sidebar-annotations.c +++ b/shell/ev-sidebar-annotations.c @@ -29,6 +29,10 @@ #include "ev-job-scheduler.h" #include "ev-stock-icons.h" +#if GTK_CHECK_VERSION (3, 0, 0) +#define gtk_widget_render_icon(A,B,C,D) gtk_widget_render_icon_pixbuf(A,B,C) +#endif + enum { PROP_0, PROP_WIDGET |