From 7a83c1ef6792629182652c73abd2f0b1869ee804 Mon Sep 17 00:00:00 2001 From: Piro / SHIMODA Hiroshi Date: Sat, 21 Jan 2012 00:35:53 +0900 Subject: [PATCH] don't hide doorhangar even if the tab is restored after the doorhangar is shown --- modules/utils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/utils.js b/modules/utils.js index 8ce2e04b..782e7c95 100644 --- a/modules/utils.js +++ b/modules/utils.js @@ -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) {