From 4a7fa82797ae970fdfc83f5d44b8e389deebe114 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Braun Date: Fri, 23 Sep 2011 18:36:35 +0800 Subject: [PATCH] g-s 3.1.92 support --- src/extension.js | 2 +- src/metadata.json.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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@" }