After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 667005 - GdkPixbuf usage
GdkPixbuf usage
Status: RESOLVED FIXED
Product: libgoffice
Classification: Other
Component: General
GIT
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2011-12-29 18:44 UTC by Morten Welinder
Modified: 2012-01-06 09:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2011-12-29 18:44:40 UTC
gog-renderer.h says...

#ifdef GOFFICE_WITH_GTK
#include <gdk/gdk.h>
#else
typedef struct _GdkPixbuf GdkPixbuf;
#endif

...which isn't good anymore: GdkPixbuf is no longer in gtk.
Comment 1 Jean Bréfort 2012-01-06 09:48:19 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.

Good catch.