GNOME Bugzilla – Bug 758599
documents: Fix run-time warning
Last modified: 2015-11-25 16:19:48 UTC
.
Created attachment 316168 [details] [review] documents: Fix run-time warning In newer versions of gtk+, gtk_icon_theme_lookup_by_gicon_for_scale() will warn if somebody uses GTK_ICON_LOOKUP_GENERIC_FALLBACK with functions that don't support it. See 8ec2362d in GTK+. (org.gnome.Books:7975): Gtk-WARNING **: (gtkicontheme.c:5440):gtk_icon_theme_lookup_by_gicon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
Review of attachment 316168 [details] [review]: Looks good to me, thanks.
Attachment 316168 [details] pushed as fc36cbb - documents: Fix run-time warning
There is one more.
Created attachment 316227 [details] [review] shellSearchProvider: Fix run-time warning
Review of attachment 316227 [details] [review]: Sure.
Comment on attachment 316227 [details] [review] shellSearchProvider: Fix run-time warning Thanks, Bastien. Pushed to master.