Bug 431508 - Changing RSS Subscription Location cause: Error: this.getResult() is null, r=mano

This commit is contained in:
Marco Bonardo 2008-09-08 12:16:14 +02:00
parent 1e858f2abc
commit fe22b139ba

View File

@ -1087,7 +1087,7 @@ var BookmarkPropertiesPanel = {
},
onMenuListFolderSelect: function BPP_onMenuListFolderSelect(aEvent) {
if (this._folderTree.hidden)
if (this._folderTree.collapsed)
return;
this._folderTree.selectItems([this._getFolderIdFromMenuList()]);