aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-03-16 20:53:14 +0100
committerGuido Günther <agx@sigxcpu.org>2013-03-16 20:53:14 +0100
commit92ffae2f4166a88095bece6dd22bc7db2b79c9dd (patch)
treec519c87fd80249942121cf43267dac2c095c4225
parent1cc689b0bd7daff552a9d5da31f6a4bfd413efc0 (diff)
Fix url
-rw-r--r--extension.js2
-rw-r--r--metadata.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/extension.js b/extension.js
index 6b3fc29..c2af23c 100644
--- a/extension.js
+++ b/extension.js
@@ -58,7 +58,7 @@ LockRotation.prototype = {
ORIENTATION_OBJECT_PATH);
proxy.IntrospectRemote(Lang.bind(this, function([result], err) {
- if (result.indexOf("Orientation") != -1) {
+ if (result.indexOf("Power") != -1) {
let userMenu = Main.panel.statusArea.userMenu.menu;
userMenu.addMenuItem(this._rotationLockSwitch, 4);
}
diff --git a/metadata.json b/metadata.json
index e72d2a9..aeb1c47 100644
--- a/metadata.json
+++ b/metadata.json
@@ -3,6 +3,6 @@
"uuid": "LockRotation@sigxcpu.org",
"name": "Lock Rotation Switch",
"description": "Allow to lock rotation from the user menu",
- "shell-version": [ "3.6.1" ],
- "url": "git://git.gnome.org/git/gnome-shell-lock-rotation-extension.git"
+ "shell-version": [ "3.6.1", "3.6.2" ],
+ "url": "git://honk.sigxcpu.org/git/gnome-shell-lock-rotation.git"
}