Bug 415826 - Application Handler -> Web Feed -> Application details is empty. patch from Florian Queze <florian@queze.net>, r=me.

This commit is contained in:
mozilla.mano%sent.com 2008-02-06 19:44:30 +00:00
Родитель c53ed7fe86
Коммит df0045e43e
2 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -35,6 +35,11 @@
#
# ***** END LICENSE BLOCK *****
#ifdef XP_MACOSX
var Cc = Components.classes;
var Ci = Components.interfaces;
#endif
var gAppManagerDialog = {
_removed: [],

Просмотреть файл

@ -50,10 +50,10 @@
style="&appManager.style;"
persist="screenX screenY">
<script type="application/javascript"
src="chrome://browser/content/preferences/applications.js"/>
<script type="application/javascript"
src="chrome://browser/content/preferences/applicationManager.js"/>
<script type="application/javascript"
src="chrome://browser/content/preferences/applications.js"/>
<commandset id="appManagerCommandSet">
<command id="cmd_remove"