From df0045e43e74da4ad46df897f4a7491fc11ca602 Mon Sep 17 00:00:00 2001 From: "mozilla.mano%sent.com" Date: Wed, 6 Feb 2008 19:44:30 +0000 Subject: [PATCH] Bug 415826 - Application Handler -> Web Feed -> Application details is empty. patch from Florian Queze , r=me. --- browser/components/preferences/applicationManager.js | 5 +++++ browser/components/preferences/applicationManager.xul | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/browser/components/preferences/applicationManager.js b/browser/components/preferences/applicationManager.js index 12bf8e8e441..9f13b56e116 100644 --- a/browser/components/preferences/applicationManager.js +++ b/browser/components/preferences/applicationManager.js @@ -35,6 +35,11 @@ # # ***** END LICENSE BLOCK ***** +#ifdef XP_MACOSX +var Cc = Components.classes; +var Ci = Components.interfaces; +#endif + var gAppManagerDialog = { _removed: [], diff --git a/browser/components/preferences/applicationManager.xul b/browser/components/preferences/applicationManager.xul index b9e0aa53330..e7cf05a14bf 100644 --- a/browser/components/preferences/applicationManager.xul +++ b/browser/components/preferences/applicationManager.xul @@ -50,10 +50,10 @@ style="&appManager.style;" persist="screenX screenY"> -