]> www.fi.muni.cz Git - evince.git/commitdiff
Don't make GTypeInfo static. Bug #570077.
authorChristian Persch <chpe@src.gnome.org>
Sun, 1 Feb 2009 12:37:25 +0000 (12:37 +0000)
committerChristian Persch <chpe@src.gnome.org>
Sun, 1 Feb 2009 12:37:25 +0000 (12:37 +0000)
* libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.

svn path=/trunk/; revision=3400

ChangeLog
libdocument/ev-document.h

index 7eae24be30f913762791e0f1020a219f7bf9c465..71cda1beeda72f78175c61adf3a18509f542136d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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:
index cfcd5ba6a39fc5ce673b4b63ca1c0268127afda4..3ab918adb6f6724e20a1c3d2c099a1efcf601ebe 100644 (file)
@@ -182,7 +182,7 @@ static void     backend_name##_class_intern_init (gpointer klass)           \
 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 */                                       \