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:52:29 (GMT)
committer Christian Persch <chpe@src.gnome.org>2009-02-15 13:52:29 (GMT)
commitde80aca8f17266041664ab6dfdadf3ae0f14f1e1 (patch)
treea513c3555177b8dc4c9fee46f36b39810cdf2f64 /ChangeLog
parent760bfb26364378df003b2db2ec31976d8e714b9c (diff)
Remove unnecessary NULL check; g_strdup() is NULL-safe.
* libdocument/ev-document.c: (ev_document_info_copy): Remove unnecessary NULL check; g_strdup() is NULL-safe. svn path=/trunk/; revision=3448
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55d9184..195bc2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-02-14 Christian Persch <chpe@gnome.org>
+ * libdocument/ev-document.c: (ev_document_info_copy): Remove
+ unnecessary NULL check; g_strdup() is NULL-safe.
+
+2009-02-14 Christian Persch <chpe@gnome.org>
+
* libdocument/ev-document-factory.c: (get_document_from_uri): Document
that this returns either NULL and fills in error, or non-NULL. Use a
local GError so we can reliably check it.