diff --git a/src/extension.js b/src/extension.js index 1eba084..44eee70 100644 --- a/src/extension.js +++ b/src/extension.js @@ -136,7 +136,7 @@ WeatherMenuButton.prototype = { topBox.add_actor(this._weatherIcon); if (this._text_in_panel) topBox.add_actor(this._weatherInfo); - this.actor.set_child(topBox); + this.actor.add_actor(topBox); let children = null; switch (this._position_in_panel) { diff --git a/src/metadata.json.in b/src/metadata.json.in index 873a314..3954f01 100644 --- a/src/metadata.json.in +++ b/src/metadata.json.in @@ -2,7 +2,7 @@ "uuid": "@uuid@", "name": "Weather indicator", "description": "Adds weather information menu", -"shell-version": [ "3.1.90", "3.1.91" ], +"shell-version": [ "3.1.90", "3.1.91", "3.1.92" ], "localedir": "@LOCALEDIR@", "url": "@url@" }