diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-06-18 01:58:57 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-06-18 01:58:57 +0800 |
commit | 16f879b6f60349da03809693ddfa618afd36a093 (patch) | |
tree | 8f33947db57092300143ad4db5fc66be7da07021 /ChangeLog | |
parent | 0b3bca5b0ba3b55a3eb7f60c5405932dccd406c9 (diff) | |
download | gsoc2013-epiphany-16f879b6f60349da03809693ddfa618afd36a093.tar gsoc2013-epiphany-16f879b6f60349da03809693ddfa618afd36a093.tar.gz gsoc2013-epiphany-16f879b6f60349da03809693ddfa618afd36a093.tar.bz2 gsoc2013-epiphany-16f879b6f60349da03809693ddfa618afd36a093.tar.lz gsoc2013-epiphany-16f879b6f60349da03809693ddfa618afd36a093.tar.xz gsoc2013-epiphany-16f879b6f60349da03809693ddfa618afd36a093.tar.zst gsoc2013-epiphany-16f879b6f60349da03809693ddfa618afd36a093.zip |
Escape strings before using the with markup in labels. Patch by Crispin
2004-06-17 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSClientAuthDialogs.cpp:
* embed/mozilla/GtkNSSDialogs.cpp:
Escape strings before using the with markup in labels.
Patch by Crispin Flowerday.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-06-17 Christian Persch <chpe@cvs.gnome.org> + + * embed/mozilla/GtkNSSClientAuthDialogs.cpp: + * embed/mozilla/GtkNSSDialogs.cpp: + + Escape strings before using the with markup in labels. + Patch by Crispin Flowerday. + 2004-06-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: |