Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2009-02-01 12:37:25 (GMT)
committer Christian Persch <chpe@src.gnome.org>2009-02-01 12:37:25 (GMT)
commitf28565d119b13be06615e377be67753a6be672ca (patch)
treea6e586b71964639d8bc8a8bd9bf0e67219bb4059 /libdocument
parent40cdc4620d4f1d34b16f8007d26c32c05cb520d1 (diff)
Don't make GTypeInfo static. Bug #570077.
* libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077. svn path=/trunk/; revision=3400
Diffstat (limited to 'libdocument')
-rw-r--r--libdocument/ev-document.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdocument/ev-document.h b/libdocument/ev-document.h
index cfcd5ba..3ab918a 100644
--- a/libdocument/ev-document.h
+++ b/libdocument/ev-document.h
@@ -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 */ \