タブのコンテキストメニューのうちいくつかの項目が表示されなくなってしまっていたのを修正
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4655 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
50d71d4e63
commit
05f5180b81
@ -2091,7 +2091,20 @@ TreeStyleTabBrowser.prototype = {
|
||||
item.removeAttribute('hidden');
|
||||
else
|
||||
item.setAttribute('hidden', true);
|
||||
switch (aID)
|
||||
{
|
||||
case this.kMENUITEM_RELOADSUBTREE:
|
||||
case this.kMENUITEM_RELOADCHILDREN:
|
||||
case this.kMENUITEM_REMOVESUBTREE:
|
||||
case this.kMENUITEM_REMOVECHILDREN:
|
||||
case this.kMENUITEM_COLLAPSE:
|
||||
case this.kMENUITEM_EXPAND:
|
||||
case this.kMENUITEM_BOOKMARKSUBTREE:
|
||||
this.showHideSubTreeMenuItem(item, [b.mContextTab]);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}, this);
|
||||
|
||||
// collapse/expand all
|
||||
|
Loading…
Reference in New Issue
Block a user