Skip to content

Commit

Permalink
Update version and comments for 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
HROMANO committed Mar 29, 2015
1 parent b02cf06 commit 128cd1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Version 10 : Update for Gnome Shell 3.14
Version 11 : Update for Gnome Shell 3.16
*/

const Main = imports.ui.main;
Expand All @@ -9,7 +9,7 @@ const Config = imports.misc.config;
let _id;

function _disable_hot_corners() {
// Used for gnome-shell 3.8, 3.10 and 3.12
// Used for gnome-shell 3.8 and later
// Disables all hot corners
Main.layoutManager.hotCorners.forEach(function(hot_corner) {
if (!hot_corner) {
Expand Down

0 comments on commit 128cd1b

Please sign in to comment.