From 22729a80b717a8a997a4fe99730a5642140063d5 Mon Sep 17 00:00:00 2001 From: "ben%netscape.com" Date: Mon, 7 Aug 2000 06:29:08 +0000 Subject: [PATCH] fix for nsbeta3+ bug 39948, Start Mozilla is disabled after creating a profile --- profile/resources/content/profileManager.js | 2 -- profile/resources/content/profileSelection.xul | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/profile/resources/content/profileManager.js b/profile/resources/content/profileManager.js index a9c6ab6eef73..a8cdb4a8d82e 100644 --- a/profile/resources/content/profileManager.js +++ b/profile/resources/content/profileManager.js @@ -274,6 +274,4 @@ function HandleClickEvent( aEvent ) aEvent.target.parentNode.parentNode.nodeName.toLowerCase() != "treehead" ) return onStart(); } - else - return showSelection(aEvent.target.parentNode.parentNode); } diff --git a/profile/resources/content/profileSelection.xul b/profile/resources/content/profileSelection.xul index 892aaa1994ed..8e0c74668bcf 100644 --- a/profile/resources/content/profileSelection.xul +++ b/profile/resources/content/profileSelection.xul @@ -85,6 +85,7 @@