Skip to content

Commit

Permalink
Merge pull request #3 from MaximKraev/gnome-3-12
Browse files Browse the repository at this point in the history
Gnome 3.12 support was added
  • Loading branch information
HROMANO committed Apr 16, 2014
2 parents 559be4c + 3620545 commit b04fa31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function init() {
}

function enable() {
if(ExtensionUtils.versionCheck(['3.8', '3.10'], Config.PACKAGE_VERSION)) {
if(ExtensionUtils.versionCheck(['3.8', '3.10', '3.12'], Config.PACKAGE_VERSION)) {
_destroy_hot_corners();
// Hot corners may be re-created afterwards (for example, If there's a monitor change).
// So we catch all changes.
Expand Down
14 changes: 7 additions & 7 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"_generated": "Generated by SweetTooth, do not edit",
"description": "This extension disables the top left hot corners. You can still click on Activities or press the dedicated key to reach the overview. Won't work with other extensions modifying the Activities button and on fallback/flashback mode. On versions prior to 3.8, may not disable other hotcorners in multiscreen configurations.",
"name": "No Topleft Hot Corner",
"_generated": "Generated by SweetTooth, do not edit",
"description": "This extension disables the top left hot corners. You can still click on Activities or press the dedicated key to reach the overview. Won't work with other extensions modifying the Activities button and on fallback/flashback mode. On versions prior to 3.8, may not disable other hotcorners in multiscreen configurations.",
"name": "No Topleft Hot Corner",
"shell-version": [
"3.10", "3.8", "3.6", "3.4"
],
"url": "https://github.com/HROMANO/nohotcorner/",
"uuid": "[email protected]",
"3.12", "3.10", "3.8", "3.6", "3.4"
],
"url": "https://github.com/HROMANO/nohotcorner/",
"uuid": "[email protected]",
"version": 7
}

0 comments on commit b04fa31

Please sign in to comment.