Fix small bug

yahoo_weather
Neroth 12 years ago
parent eb738a2349
commit 7038a64940
  1. 2
      src/extension.js
  2. 2
      src/org.gnome.shell.extensions.weather.gschema.xml.in

@ -516,7 +516,7 @@ const WeatherMenuButton = new Lang.Class({
cityText += ", "+city.admin1.content;
if(city.country)
cityText += ", "+city.country.code;
cityText += " ("+city.country.code+")";
cities.splice(a,1,cityText);
cities = cities.join(" && ");

@ -55,7 +55,7 @@
<_description>Choose whether to display wind direction through arrows or letters.</_description>
</key>
<key name="city" type="s">
<default>'Cambridge, MA'</default>
<default>'2373572>Cambridge, Massachusetts (US)'</default>
<_summary>City to be displayed</_summary>
</key>
<key name="actual-city" type="i">

Loading…
Cancel
Save