diff options
author | Tobias Mueller <muelli@auftrags-killer.org> | 2007-10-12 03:10:56 +0800 |
---|---|---|
committer | Tobias Mueller <tobiasmue@src.gnome.org> | 2007-10-12 03:10:56 +0800 |
commit | d04eaa26418f68ebbe3a5a52711c72272c979399 (patch) | |
tree | 24c47ba69ad015fb7aeefd5f0ba21ec174c44542 /ChangeLog | |
parent | e8a9d068a1fa69fdca9a8b7b2ea1296df3b678be (diff) | |
download | gsoc2013-evolution-d04eaa26418f68ebbe3a5a52711c72272c979399.tar.gz 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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |