Show detailed weather as a menu like the other icons in the panel.

yahoo_weather
simon04 14 years ago
parent b0ca0b4699
commit f6dc22c524
  1. 1
      weather@venemo.net/extension.js

@ -82,6 +82,7 @@ WeatherMenuButton.prototype = {
topBox.add_actor(this._weatherInfo);
this.actor.set_child(topBox);
Main.panel._centerBox.add(this.actor, { y_fill: true });
Main.panel._menus.addMenu(this.menu);
// Current weather
this._currentWeather = new St.Bin({style_class: 'current'});

Loading…
Cancel
Save