зеркало из https://github.com/mozilla/pjs.git
Bug 415826 - Application Handler -> Web Feed -> Application details is empty. patch from Florian Queze <florian@queze.net>, r=me.
This commit is contained in:
Родитель
c53ed7fe86
Коммит
df0045e43e
|
@ -35,6 +35,11 @@
|
||||||
#
|
#
|
||||||
# ***** END LICENSE BLOCK *****
|
# ***** END LICENSE BLOCK *****
|
||||||
|
|
||||||
|
#ifdef XP_MACOSX
|
||||||
|
var Cc = Components.classes;
|
||||||
|
var Ci = Components.interfaces;
|
||||||
|
#endif
|
||||||
|
|
||||||
var gAppManagerDialog = {
|
var gAppManagerDialog = {
|
||||||
_removed: [],
|
_removed: [],
|
||||||
|
|
||||||
|
|
|
@ -50,10 +50,10 @@
|
||||||
style="&appManager.style;"
|
style="&appManager.style;"
|
||||||
persist="screenX screenY">
|
persist="screenX screenY">
|
||||||
|
|
||||||
<script type="application/javascript"
|
|
||||||
src="chrome://browser/content/preferences/applications.js"/>
|
|
||||||
<script type="application/javascript"
|
<script type="application/javascript"
|
||||||
src="chrome://browser/content/preferences/applicationManager.js"/>
|
src="chrome://browser/content/preferences/applicationManager.js"/>
|
||||||
|
<script type="application/javascript"
|
||||||
|
src="chrome://browser/content/preferences/applications.js"/>
|
||||||
|
|
||||||
<commandset id="appManagerCommandSet">
|
<commandset id="appManagerCommandSet">
|
||||||
<command id="cmd_remove"
|
<command id="cmd_remove"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче