From: Christian Persch Date: Sun, 1 Feb 2009 12:37:25 +0000 (+0000) Subject: Don't make GTypeInfo static. Bug #570077. X-Git-Tag: EVINCE_2_25_90~7 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=f28565d119b13be06615e377be67753a6be672ca;p=evince.git Don't make GTypeInfo static. Bug #570077. * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077. svn path=/trunk/; revision=3400 --- diff --git a/ChangeLog b/ChangeLog index 7eae24be..71cda1be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-02-01 Christian Persch + + * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077. + 2009-02-01 Christian Persch * backend/Makefile.am: diff --git a/libdocument/ev-document.h b/libdocument/ev-document.h index cfcd5ba6..3ab918ad 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 */ \