* libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
svn path=/trunk/; revision=3400
+2009-02-01 Christian Persch <chpe@gnome.org>
+
+ * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
+
2009-02-01 Christian Persch <chpe@gnome.org>
* backend/Makefile.am:
G_MODULE_EXPORT GType \
register_evince_backend (GTypeModule *module) \
{ \
- static const GTypeInfo our_info = { \
+ const GTypeInfo our_info = { \
sizeof (BackendName##Class), \
NULL, /* base_init */ \
NULL, /* base_finalize */ \