fix for bug #399253: problems when opening the new "bookmark" dialog if closed w

hen tags are expanded.

r=dietrich


git-svn-id: svn://10.0.0.236/trunk@237498 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%mozilla.org 2007-10-10 00:53:41 +00:00
parent 3e7510a273
commit 3300e8f24e

View File

@ -406,7 +406,7 @@ var gEditItemOverlay = {
// hide the tag selector if it was previously visible
var tagsSelector = this._element("tagsSelector");
if (!tagsSelector.collapsed)
this._toggleTagsSelector();
this.toggleTagsSelector();
}
if (this._observersAdded) {