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:28 (GMT)
committer Christian Persch <chpe@src.gnome.org>2009-02-15 13:53:28 (GMT)
commit643fcd30fb4848b599bb690caaef144a09ecfe85 (patch)
tree58af011e29fb4aed47170a34d65e7cc25e4e936b /ChangeLog
parent0cf51a0dc046d0dc6ccc4cbb3ba5a9e06837a1e5 (diff)
Use a local GError, and propagate as appropriate, making sure always to
* 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. svn path=/trunk/; revision=3459
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 672964c..1721e2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
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.
+
+2009-02-14 Christian Persch <chpe@gnome.org>
+
* shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
2009-02-14 Christian Persch <chpe@gnome.org>