aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTobias Mueller <muelli@auftrags-killer.org>2007-10-12 03:10:56 +0800
committerTobias Mueller <tobiasmue@src.gnome.org>2007-10-12 03:10:56 +0800
commitd04eaa26418f68ebbe3a5a52711c72272c979399 (patch)
tree24c47ba69ad015fb7aeefd5f0ba21ec174c44542 /ChangeLog
parente8a9d068a1fa69fdca9a8b7b2ea1296df3b678be (diff)
downloadgsoc2013-evolution-d04eaa26418f68ebbe3a5a52711c72272c979399.tar
gsoc2013-evolution-d04eaa26418f68ebbe3a5a52711c72272c979399.tar.gz
gsoc2013-evolution-d04eaa26418f68ebbe3a5a52711c72272c979399.tar.bz2
gsoc2013-evolution-d04eaa26418f68ebbe3a5a52711c72272c979399.tar.lz
gsoc2013-evolution-d04eaa26418f68ebbe3a5a52711c72272c979399.tar.xz
gsoc2013-evolution-d04eaa26418f68ebbe3a5a52711c72272c979399.tar.zst
gsoc2013-evolution-d04eaa26418f68ebbe3a5a52711c72272c979399.zip
** Fixes bug 360134
2007-10-11 Tobias Mueller <muelli@auftrags-killer.org> ** Fixes bug 360134 * widgets/table/e-table-header-item.c: * widgets/table/e-table-field-chooser-dialog.c: * widgets/table/e-table-field-chooser-item.c: * widgets/table/e-table-field-chooser.c: * widgets/misc/e-reflow.c: Don't g_strdup strings passed to g_value_set_string since it dups the strings itself. svn path=/trunk/; revision=34377
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d2427b352..14d168c63d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-10-11 Tobias Mueller <muelli@auftrags-killer.org>
+
+ ** Fixes bug 360134
+
+ * widgets/table/e-table-header-item.c:
+ * widgets/table/e-table-field-chooser-dialog.c:
+ * widgets/table/e-table-field-chooser-item.c:
+ * widgets/table/e-table-field-chooser.c:
+ * widgets/misc/e-reflow.c:
+ Don't g_strdup strings passed to g_value_set_string since it
+ dups the strings itself.
+
2007-10-11 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #484814