[gnome-maps/wip/mlundblad/osm-add-location: 14/21] placeBubble: Only escape pure text



commit 523452bc343f88528e19843ac1d90f83ad030dae
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Sat Jan 30 11:45:42 2016 +0100

    placeBubble: Only escape pure text

 src/placeBubble.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/placeBubble.js b/src/placeBubble.js
index 5b4dff6..d4d41db 100644
--- a/src/placeBubble.js
+++ b/src/placeBubble.js
@@ -139,7 +139,6 @@ const PlaceBubble = new Lang.Class({
         }
 
         infos.forEach((function(info) {
-            info = GLib.markup_escape_text(info,-1);
             let label = new Gtk.Label({ label: info,
                                         visible: true,
                                         use_markup: true,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]