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-01-26 20:30:37 (GMT)
committer Christian Persch <chpe@src.gnome.org>2009-01-26 20:30:37 (GMT)
commitbc9bc3d3597afae8ef5a1d44e682066579cbaae8 (patch)
tree1df612815579b9470f355b27981c08fa7d7d205b /ChangeLog
parent84c2106c83ce1eb1b0012e9714ef15875e202e72 (diff)
Don't copy the string twice. Bug #569231.
* shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't copy the string twice. Bug #569231. svn path=/trunk/; revision=3384
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d025a11..d5ae603 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-01-26 Christian Persch <chpe@gnome.org>
+ * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
+ copy the string twice. Bug #569231.
+
+2009-01-26 Christian Persch <chpe@gnome.org>
+
* libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
(ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
* libdocument/ev-file-helpers.h: