diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-05-14 23:11:16 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-05-14 23:11:16 +0800 |
commit | 6d741eea43bd5285080eb7a24e5ac4e9e7e6a23b (patch) | |
tree | 1ff06d7122f6097abafc9139678d593defed5960 /e-util/ChangeLog | |
parent | 7d213ee0c25ac231789aa68b3f60ea3960707fea (diff) | |
download | gsoc2013-evolution-6d741eea43bd5285080eb7a24e5ac4e9e7e6a23b.tar gsoc2013-evolution-6d741eea43bd5285080eb7a24e5ac4e9e7e6a23b.tar.gz gsoc2013-evolution-6d741eea43bd5285080eb7a24e5ac4e9e7e6a23b.tar.bz2 gsoc2013-evolution-6d741eea43bd5285080eb7a24e5ac4e9e7e6a23b.tar.lz gsoc2013-evolution-6d741eea43bd5285080eb7a24e5ac4e9e7e6a23b.tar.xz gsoc2013-evolution-6d741eea43bd5285080eb7a24e5ac4e9e7e6a23b.tar.zst gsoc2013-evolution-6d741eea43bd5285080eb7a24e5ac4e9e7e6a23b.zip |
** Fixes bug #531592
2008-05-14 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #531592
* e-error.c (ee_build_label):
Add an 'escape_args' parameter for strings that should /not/ be
escaped, such as window titles and status bar messages.
* e-error.c (e_error_newv):
Pass an appropriate 'escape_args' value to ee_build_label().
svn path=/trunk/; revision=35500
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 9d4197b337..41721887d6 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,14 @@ +2008-05-14 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #531592 + + * e-error.c (ee_build_label): + Add an 'escape_args' parameter for strings that should /not/ be + escaped, such as window titles and status bar messages. + + * e-error.c (e_error_newv): + Pass an appropriate 'escape_args' value to ee_build_label(). + 2008-05-08 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #525241 (EPluginUI) |