[Pkg-mozext-commits] [tabmixplus] 24/30: Fix typo in changeset 8abf33f8e0d4

David Prévot taffit at moszumanska.debian.org
Sun Jun 14 22:15:39 UTC 2015


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit 18e2c5d17d91f578f4d84f3f3f8da558caab08bc
Author: onemen <tabmix.onemen at gmail.com>
Date:   Thu Jun 11 15:17:49 2015 +0300

    Fix typo in changeset 8abf33f8e0d4
---
 chrome/content/links/setup.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/content/links/setup.js b/chrome/content/links/setup.js
index bde2c9d..6cd2388 100644
--- a/chrome/content/links/setup.js
+++ b/chrome/content/links/setup.js
@@ -162,7 +162,7 @@ Tabmix.beforeBrowserInitOnLoad = function() {
         '      gBrowser.tabs[i].loadOnStartup = true;' +
         '    }' +
         '  }' +
-        '  if (uriToLoad == TabmixSvc.aboutNewtab || "tabmixdata" in window) {' +
+        '  if (uriToLoad == TabmixSvc.aboutBlank || "tabmixdata" in window) {' +
         '    gBrowser.selectedBrowser.stop();' +
         '  }\n' +
         '    $&';
@@ -261,7 +261,7 @@ Tabmix.beforeStartup = function TMP_beforeStartup(tabBrowser, aTabContainer) {
              return true;
           if (aBrowser.canGoForward || aBrowser.canGoBack)
              return false;
-          return aboutBlank ? aBrowser.currentURI.spec == TabmixSvc.aboutNewtab :
+          return aboutBlank ? aBrowser.currentURI.spec == TabmixSvc.aboutBlank :
                  Tabmix.isNewTabUrls(aBrowser.currentURI.spec);
        } catch (ex) {Tabmix.assert(ex); return true;}
     };

-- 
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