[Pkg-mozext-commits] [tabmixplus] 02/34: Typo in changeset 683ebd10a20f Prevents tabs from resizing properly after tab closed by clicking on it's close button

David Prévot taffit at moszumanska.debian.org
Mon Mar 9 23:28:06 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 7e28b5bd356d30843c5104d4f6825f8ccdd4f35a
Author: onemen <tabmix.onemen at gmail.com>
Date:   Mon Feb 16 13:26:08 2015 +0200

    Typo in changeset 683ebd10a20f Prevents tabs from resizing properly after tab closed by clicking on it's close button
---
 chrome/content/tab/tab.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/tab/tab.js b/chrome/content/tab/tab.js
index 81afd6f..ba333ae 100644
--- a/chrome/content/tab/tab.js
+++ b/chrome/content/tab/tab.js
@@ -987,7 +987,7 @@ Tabmix.tabsUtils = {
     let tabstrip = this.tabBar.mTabstrip;
     tabstrip._scrollButtonDown = useTabmixButtons ?
       tabstrip._scrollButtonDownRight :
-      tabstrip._scrollButtonUpLeft || // fall back to original
+      tabstrip._scrollButtonDownLeft || // fall back to original
       document.getAnonymousElementByAttribute(tabstrip, "anonid", "scrollbutton-down");
     this.tabBar._animateElement = tabstrip._scrollButtonDown;
 

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