evince r3400 - in trunk: . libdocument
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: evince r3400 - in trunk: . libdocument
- Date: Sun, 1 Feb 2009 12:37:25 +0000 (UTC)
Author: chpe
Date: Sun Feb 1 12:37:25 2009
New Revision: 3400
URL: http://svn.gnome.org/viewvc/evince?rev=3400&view=rev
Log:
* libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
Modified:
trunk/ChangeLog
trunk/libdocument/ev-document.h
Modified: trunk/libdocument/ev-document.h
==============================================================================
--- trunk/libdocument/ev-document.h (original)
+++ trunk/libdocument/ev-document.h Sun Feb 1 12:37:25 2009
@@ -182,7 +182,7 @@
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 */ \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]