diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-06-15 05:25:53 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-06-15 05:25:53 +0800 |
commit | b88d5cc70e93567ffc8aa10f470abe92928b395e (patch) | |
tree | d291fbb959bf5b5a3662cf04239a66ec70eb1138 /ChangeLog | |
parent | 6a6db353ca01d693c363c249903e63546f48e837 (diff) | |
download | gsoc2013-epiphany-b88d5cc70e93567ffc8aa10f470abe92928b395e.tar gsoc2013-epiphany-b88d5cc70e93567ffc8aa10f470abe92928b395e.tar.gz gsoc2013-epiphany-b88d5cc70e93567ffc8aa10f470abe92928b395e.tar.bz2 gsoc2013-epiphany-b88d5cc70e93567ffc8aa10f470abe92928b395e.tar.lz gsoc2013-epiphany-b88d5cc70e93567ffc8aa10f470abe92928b395e.tar.xz gsoc2013-epiphany-b88d5cc70e93567ffc8aa10f470abe92928b395e.tar.zst gsoc2013-epiphany-b88d5cc70e93567ffc8aa10f470abe92928b395e.zip |
Escape strings before using them with markup in labels.
2004-06-14 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct):
* src/bookmarks/ephy-topic-action.c: (build_topics_menu):
Escape strings before using them with markup in labels.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-06-14 Christian Persch <chpe@cvs.gnome.org> + * src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct): + * src/bookmarks/ephy-topic-action.c: (build_topics_menu): + + Escape strings before using them with markup in labels. + +2004-06-14 Christian Persch <chpe@cvs.gnome.org> + * embed/ephy-embed.c: (ephy_embed_reload): * embed/ephy-embed.h: * embed/mozilla/mozilla-embed.cpp: |