diff options
author | David Malcolm <dmalcolm@redhat.com> | 2005-12-13 04:01:50 +0800 |
---|---|---|
committer | David Malcolm <dave_malcolm@src.gnome.org> | 2005-12-13 04:01:50 +0800 |
commit | 0d72307a839fd83353fa5dd0743b9cb13689723e (patch) | |
tree | f61ebaa1b868a875eacf0a297dd4ea63f2f9c7ef /shell/ChangeLog | |
parent | 50bc9229d375852de44e332a8af151b109ab2f92 (diff) | |
download | gsoc2013-evolution-0d72307a839fd83353fa5dd0743b9cb13689723e.tar.gz gsoc2013-evolution-0d72307a839fd83353fa5dd0743b9cb13689723e.tar.zst gsoc2013-evolution-0d72307a839fd83353fa5dd0743b9cb13689723e.zip |
escape the string when generating XML UI description of component switcher
2005-12-12 David Malcolm <dmalcolm@redhat.com>
* e-shell-window.c (setup_widgets): escape the string when generating
XML UI description of component switcher menu item, to avoid it being
non-well-formed when a translation contains a quote character. Fixes
#322001
svn path=/trunk/; revision=30760
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index e70a59deff..bee390c3a1 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2005-12-12 David Malcolm <dmalcolm@redhat.com> + + * e-shell-window.c (setup_widgets): escape the string when generating + XML UI description of component switcher menu item, to avoid it being + non-well-formed when a translation contains a quote character. Fixes + #322001 + 2005-11-14 Harish Krishnaswamy <kharish@novell.com> * e-shell-settings-dialog.c: (set_dialog_size), |