From 206fcd5867fde13f2d2c72037ef34ed5a98c9cf3 Mon Sep 17 00:00:00 2001 From: Nathan Rijksen Date: Tue, 14 Jul 2015 14:10:56 -0400 Subject: [PATCH] Fix issue that makes focusmode unusable in versions before Komodo 9.2 --- bootstrap.js | 2 +- install.rdf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.js b/bootstrap.js index 014f6ae..9e9535e 100644 --- a/bootstrap.js +++ b/bootstrap.js @@ -6,7 +6,7 @@ var startupData; function loadIntoWindow(window) { try { window.require.setRequirePath("focusmode/", "chrome://focusmode/content/"); - window.require("focusmode").register(); + window.require("focusmode/focusmode").register(); } catch (e) { Cu.reportError("Exception while registering Focus Mode"); Cu.reportError(e); diff --git a/install.rdf b/install.rdf index ba01ac2..457fa92 100644 --- a/install.rdf +++ b/install.rdf @@ -4,7 +4,7 @@ focusmode@activestate.com Focus Mode - 1.0 + 1.0.1 Adds a toggle that enables/disables all non-essential UI elements Nathan Rijksen http://www.activestate.com/komodo-ide