store TST attributes

This commit is contained in:
Piro / SHIMODA Hiroshi 2011-12-05 09:47:16 +09:00
parent 776cfbc5c7
commit 7be4a42f0e

View File

@ -1037,6 +1037,7 @@ var TreeStyleTabUtils = {
try { try {
this.checkCachedSessionDataExpiration(aTab); this.checkCachedSessionDataExpiration(aTab);
this.SessionStore.setTabValue(aTab, aKey, aValue); this.SessionStore.setTabValue(aTab, aKey, aValue);
this.SessionStore.persistTabAttribute(aKey);
} }
catch(e) { catch(e) {
} }