Bug 335753 - Sunbird (default) theme not shown in new Add-ons Manager. r=mvl

This commit is contained in:
rob_strong%exchangecode.com 2006-04-30 18:31:49 +00:00
Родитель ac8d0a1e4a
Коммит e74f35cf92
4 изменённых файлов: 3 добавлений и 18 удалений

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

@ -168,7 +168,7 @@
<!ENTITY calendar.fullscreen.label "Full Screen">
<!ENTITY calendar.fullscreen.accesskey "F">
<!ENTITY calendar.addons.label "Addons">
<!ENTITY calendar.addons.label "Add-ons">
<!ENTITY calendar.addons.accesskey "d">
<!ENTITY goMenu.label "Go">

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

@ -46,16 +46,3 @@ DIRS = {972ce4c6-7e08-4474-a285-3208198ce6fd}
include $(topsrcdir)/config/rules.mk
FILES := \
Extensions.rdf \
$(NULL)
FILES := $(addprefix $(srcdir)/, $(FILES))
libs::
$(INSTALL) $(FILES) $(DIST)/bin/defaults/profile/extensions
$(INSTALL) $(srcdir)/"installed-extensions.txt" $(DIST)/bin/defaults/profile/extensions
install::
$(SYSINSTALL) $(IFLAGS1) $(FILES) $(DESTDIR)$(mozappdir)/defaults/profile/extensions
$(SYSINSTALL) $(IFLAGS1) $(srcdir)/"installed-extensions.txt" $(DESTDIR)$(mozappdir)/defaults/profile/extensions

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

@ -49,7 +49,7 @@ FILES := \
libs::
$(PERL) $(MOZILLA_DIR)/config/preprocessor.pl $(DEFINES) $(ACDEFINES) $(srcdir)/install.rdf.in > install.rdf
$(INSTALL) $(FILES) $(DIST)/bin/defaults/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
$(INSTALL) $(FILES) $(DIST)/bin/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
install::
$(SYSINSTALL) $(IFLAGS1) $(FILES) $(DESTDIR)$(mozappdir)/defaults/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
$(SYSINSTALL) $(IFLAGS1) $(FILES) $(DESTDIR)$(mozappdir)/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}

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

@ -50,8 +50,6 @@ pref("xpinstall.dialog.progress.chrome", "chrome://mozapps/content/extensions/ex
pref("xpinstall.dialog.progress.type.skin", "Extension:Manager");
pref("xpinstall.dialog.progress.type.chrome", "Extension:Manager");
#expand pref("app.extensions.version", "__APP_VERSION__");
pref("update.app.enabled", false);
pref("update.app.url", "chrome://mozapps/locale/update/update.properties");
pref("update.app.updatesAvailable", false);