failed to save tab id (regression)

This commit is contained in:
SHIMODA Hiroshi 2011-12-14 13:41:26 +09:00
parent fdf03c5f35
commit 4b36391e66

View File

@ -815,7 +815,7 @@ TreeStyleTabBrowser.prototype = {
let self = this;
this.Deferred.next(function() {
// changed by someone!
if (self.getAttribute(self.kID) != id)
if (aTab.getAttribute(self.kID) != id)
return;
if (!self.getTabValue(aTab, self.kID)) {