don't hide doorhangar even if the tab is restored after the doorhangar is shown

This commit is contained in:
Piro / SHIMODA Hiroshi 2012-01-21 00:35:53 +09:00
parent 1166dc4849
commit 7a83c1ef67

View File

@ -688,7 +688,8 @@ var TreeStyleTabUtils = {
this.treeBundle.getString('undoCloseTabSetBehavior.restoreOnce'),
this.treeBundle.getString('undoCloseTabSetBehavior.restoreForever'),
this.treeBundle.getString('undoCloseTabSetBehavior.ignoreForever')
]
],
persistence : -1 // don't hide even if the tab is restored after the panel is shown.
})
.next(function(aButtonIndex) {
if (aButtonIndex < 2) {