Bug 279497: Selected profile in profile manager does not always appear focused/highlighted, r=mconnor

This commit is contained in:
gavin%gavinsharp.com 2005-09-15 23:44:29 +00:00
parent c113ece289
commit 7187fe88a7

View File

@ -83,7 +83,7 @@ function startup()
listitem.profile = profile;
try {
if (profile === gProfileService.selectedProfile) {
profilesElement.selectedItem = listitem;
setTimeout(function f(a) { profilesElement.selectedItem = a; }, 0, listitem);
}
}
catch(e) { }