From e73752118d30a9c17a6403036ea33d6eb0e70e55 Mon Sep 17 00:00:00 2001 From: Tim Lunn Date: Fri, 25 Oct 2013 10:57:03 +1100 Subject: [PATCH] Stringify the xml definitions for E4X removal https://bugzilla.gnome.org/show_bug.cgi?id=691409 --- extensions/places-menu/placeDisplay.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/extensions/places-menu/placeDisplay.js b/extensions/places-menu/placeDisplay.js index a5014944..043d8be0 100644 --- a/extensions/places-menu/placeDisplay.js +++ b/extensions/places-menu/placeDisplay.js @@ -18,9 +18,11 @@ const Gettext = imports.gettext.domain('gnome-shell-extensions'); const _ = Gettext.gettext; const N_ = function(x) { return x; } -const Hostname1Iface = - -; +const Hostname1Iface = ' \ + \ + \ + \ +'; const Hostname1 = Gio.DBusProxy.makeProxyWrapper(Hostname1Iface); const PlaceInfo = new Lang.Class({