Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7eae24b..71cda1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
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:
A backend/backend.symbols:
* configure.ac: Only export the backend module entry point. Bug