From 8a79968f94bacbe1ca7d79eed832bd3575e678a1 Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Wed, 30 Jul 2003 17:35:14 +0000 Subject: [PATCH] Make the list of helpers show again. Bug 213914, r=biesi, sr=darin git-svn-id: svn://10.0.0.236/trunk@145383 18797224-902f-48f8-a5cc-f745e15eee43 --- .../components/prefwindow/resources/content/pref-applications.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/xpfe/components/prefwindow/resources/content/pref-applications.js b/mozilla/xpfe/components/prefwindow/resources/content/pref-applications.js index e60e01472a0..a5d8bbbe02d 100644 --- a/mozilla/xpfe/components/prefwindow/resources/content/pref-applications.js +++ b/mozilla/xpfe/components/prefwindow/resources/content/pref-applications.js @@ -184,6 +184,7 @@ function Startup() // intialize the listbox gList.database.AddDataSource(gDS); + gList.removeAttribute("ref"); // Remove the attr so the set is not a no-op gList.setAttribute("ref", "urn:mimetypes"); // Test whether the data source is already loaded.