Skip to content

Commit

Permalink
Update comment for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
HROMANO committed Apr 16, 2014
1 parent 8d48164 commit 04bb01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Config = imports.misc.config;
let _id;

function _destroy_hot_corners() {
// Used for gnome-shell 3.8 and 3.10
// Used for gnome-shell 3.8, 3.10 and 3.12
// Destroys all hot corners
Main.layoutManager.hotCorners.forEach(function(hot_corner) { hot_corner.destroy(); });
Main.layoutManager.hotCorners = [];
Expand Down

0 comments on commit 04bb01a

Please sign in to comment.