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({