[Pkg-mozext-commits] [tabmixplus] 02/04: Bug 893061 landed on Firefox 24. changeset aa72777ce6a0

David Prévot taffit at moszumanska.debian.org
Mon Aug 4 03:32:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag 0.4.1.1.01
in repository tabmixplus.

commit d5873438792344f1eccf43abcf619f3ee26c9638
Author: onemen <tabmix.onemen at gmail.com>
Date:   Wed Sep 18 11:20:02 2013 +0300

    Bug 893061 landed on Firefox 24. changeset aa72777ce6a0
---
 chrome/content/links/setup.js     | 2 +-
 chrome/content/session/session.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/content/links/setup.js b/chrome/content/links/setup.js
index 3216b24..9e30e0c 100644
--- a/chrome/content/links/setup.js
+++ b/chrome/content/links/setup.js
@@ -135,7 +135,7 @@ function TMP_TBP_Startup() {
     SM.doRestore = !disAllow && firstWindow && (recoverSession || resumeSession);
     if (SM.doRestore) {
       // Prevent the default homepage from loading if we're going to restore a session
-      if (Tabmix.isVersion(250)) {
+      if (Tabmix.isVersion(240)) {
         Tabmix.changeCode(gBrowserInit, "gBrowserInit._getUriToLoad")._replace(
           'sessionStartup.willOverrideHomepage', 'true'
         ).toCode();
diff --git a/chrome/content/session/session.js b/chrome/content/session/session.js
index d4cfbc4..e866d1e 100644
--- a/chrome/content/session/session.js
+++ b/chrome/content/session/session.js
@@ -335,7 +335,7 @@ var TabmixSessionManager = {
         SessionStore.promiseInitialized.then(initializeSM);
       }
       else {
-        let forceInit = !Tabmix.isVersion(250) && this.doRestore
+        let forceInit = !Tabmix.isVersion(250) && this.doRestore;
         // make sure sessionstore initialize without restoring pinned tabs
         // for Firefox 25+ we block new tab in gbrowser.addtab
         if (forceInit)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list