Merge pull request #61 from arky/patch-1

Remove 'Loading weather ...' placeholder text.
merge-requests/218/head
jenslody 9 years ago
commit 96d8d31958
  1. 2
      src/extension.js

@ -1152,7 +1152,7 @@ const OpenweatherMenuButton = new Lang.Class({
},
rebuildCurrentWeatherUi: function() {
this._weatherInfo.text = _('Loading current weather ...');
this._weatherInfo.text = _(' ');
this._weatherIcon.icon_name = 'view-refresh' + this.getIconType();
this.destroyCurrentWeather();

Loading…
Cancel
Save