Use Ibiza as default city, if list is empty.

yahoo_weather
Jens Lody 11 years ago
parent 5aa80d983b
commit 32850e4288
  1. 2
      src/extension.js

@ -559,7 +559,7 @@ const WeatherMenuButton = new Lang.Class({
cities = [];
if (cities.length == 0) {
this._cities = "2373572>Cambridge, Massachusetts (US)";
this._cities = "12478500>Ibiza, Balearic Islands (ES)";
this.updateCities();
return 0;
}

Loading…
Cancel
Save