[Pkg-mozext-commits] [tabmixplus] 14/44: Typo in changeset 4085855f1e12, we want to check if we need to convert session only on first window

David Prévot taffit at moszumanska.debian.org
Wed Oct 15 02:09:59 UTC 2014


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit 5d704d6101cd2c31e14bb1224cf66023835b7959
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sun Oct 5 20:54:29 2014 +0300

    Typo in changeset 4085855f1e12, we want to check if we need to convert session only on first window
---
 chrome/content/session/sessionStore.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/session/sessionStore.js b/chrome/content/session/sessionStore.js
index 356621f..34705f7 100644
--- a/chrome/content/session/sessionStore.js
+++ b/chrome/content/session/sessionStore.js
@@ -634,7 +634,7 @@ var TabmixConvertSession = {
    },
 
    startup: function cs_startup() {
-      if (Tabmix.firstWindowInSession)
+      if (!Tabmix.firstWindowInSession)
         return;
 
       if (!Tabmix.extensions.sessionManager || "tabmix_afterTabduplicated" in window || !Tabmix.isFirstWindow)

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