123667 - case where open web location open button can incorrectly remain disabled. r/sr=hewitt

This commit is contained in:
blakeross%telocity.com 2006-07-29 05:40:37 +00:00
parent 80729424e2
commit af9e659772

View File

@ -19,7 +19,7 @@
* Rights Reserved.
*
* Contributor(s): Michael Lowe <michael.lowe@bigfoot.com>
* Blake Ross <blakeross@telocity.com>
* Blake Ross <blaker@netscape.com>
*/
var browser;
@ -174,5 +174,7 @@ function useUBHistoryItem(aMenuItem)
{
var urlbar = document.getElementById("dialog.input");
urlbar.value = aMenuItem.getAttribute("label");
urlbar.focus();
doEnabling();
}