Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-01-18 19:43:07 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2009-01-18 19:43:07 (GMT)
commite12e13eb0eabdc8dfbe99e958380df6779473c27 (patch)
tree3e16808354361740d122203216daeed98abd1978 /ChangeLog
parent9d52040ae91a6cd561bd5acf25c4a725a57b27b8 (diff)
Make EvDocumentInfo and enums definded in ev-document-info.h GTypes. Fixes
2009-01-18 Tomeu Vizoso <tomeu@sugarlabs.org> * libdocument/Makefile.am: * libdocument/ev-document-info.h: * libdocument/ev-document-type-builtins.c.template: * libdocument/ev-document-type-builtins.h.template: * libdocument/ev-document.c: (ev_document_info_get_type), (ev_document_info_copy): Make EvDocumentInfo and enums definded in ev-document-info.h GTypes. Fixes bug #567789. svn path=/trunk/; revision=3356
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69550d0..ea430b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2009-01-18 Tomeu Vizoso <tomeu@sugarlabs.org>
+
+ * libdocument/Makefile.am:
+ * libdocument/ev-document-info.h:
+ * libdocument/ev-document-type-builtins.c.template:
+ * libdocument/ev-document-type-builtins.h.template:
+ * libdocument/ev-document.c: (ev_document_info_get_type),
+ (ev_document_info_copy):
+
+ Make EvDocumentInfo and enums definded in ev-document-info.h
+ GTypes. Fixes bug #567789.
+
2009-01-18 Michal Vaner <vorner+evince@ucw.cz>
* shell/main.c (arguments_parse): Fix for a minor code typo.