diff --git a/xpfe/components/directory/directory.js b/xpfe/components/directory/directory.js index 72a19a330755..ff0ac9c27218 100644 --- a/xpfe/components/directory/directory.js +++ b/xpfe/components/directory/directory.js @@ -126,7 +126,7 @@ function OnClick(event, node) var theWindow = window._content.parentWindow; if (theWindow) { - theWindow.title = baseURI; + theWindow.title = theID; } } }