GNOME Bugzilla – Bug 739005
gtkstatusicon.c won't build with both X11 and Quartz backends on Mac OS X
Last modified: 2014-10-27 01:07:50 UTC
Created attachment 289123 [details] [review] patch against 3.14, applies to master as well In the gtk_status_icon_set_tooltip_markup function there's an assumption that if X11 backend is present, Win32 and Quartz backends are not. This breaks when building gtk+ with both X11 and Quartz backends, as a local variable doesn't get defined that gets used for the Quartz case. Quick patch attached.
Review of attachment 289123 [details] [review]: looks good for both master and gtk-3-14, thanks