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-15 13:53:34 (GMT)
committer Christian Persch <chpe@src.gnome.org>2009-02-15 13:53:34 (GMT)
commit3902bcf1103b559bf918b132aa9d84e680a062cc (patch)
treed563a2bcb1b62f582fbb3b7fae04aa513a8df6e4 /ChangeLog
parent643fcd30fb4848b599bb690caaef144a09ecfe85 (diff)
Add code to catch backends incorrectly implementing the load vfunc.
* libdocument/ev-document.c: (ev_document_load): Add code to catch backends incorrectly implementing the load vfunc. svn path=/trunk/; revision=3460
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1721e2f..7b78906 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-02-14 Christian Persch <chpe@gnome.org>
+ * libdocument/ev-document.c: (ev_document_load): Add code to catch
+ backends incorrectly implementing the load vfunc.
+
+2009-02-14 Christian Persch <chpe@gnome.org>
+
* libdocument/ev-document-factory.c:
(ev_document_factory_get_document): Use a local GError, and propagate
as appropriate, making sure always to fill in @error if returning NULL.