Merge pull request #518 from Infocatcher/correct_groups

Correctly detect group tabs
This commit is contained in:
YUKI "Piro" Hiroshi 2013-06-12 23:17:04 -07:00
commit 6e7e6a96a4

View File

@ -2193,7 +2193,7 @@ var TreeStyleTabBase = {
{
return (
(aLazyCheck || aTab.linkedBrowser.sessionHistory.count == 1) &&
aTab.linkedBrowser.currentURI.spec.indexOf('about:treestyletab-group') > -1
aTab.linkedBrowser.currentURI.spec.indexOf('about:treestyletab-group') == 0
);
},