mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 05:30:29 +00:00
feable attempt to get the notfication.gif to display.
This commit is contained in:
parent
cf9667f8f9
commit
21fab80042
@ -3,7 +3,7 @@
|
||||
|
||||
<RDF:Bag about="NC:SoftwareUpdateRoot">
|
||||
<RDF:li>
|
||||
<RDF:Bag about="NC:SoftwarePackages" NC:title="Netscape Updates" NC:url="http://home.netscape.com">
|
||||
<RDF:Bag about="NC:SoftwarePackages" NC:title="NSCP Updates" NC:url="http://home.netscape.com">
|
||||
|
||||
<RDF:li>
|
||||
<RDF:Description ID="AimUpdate344">
|
||||
|
@ -8,14 +8,6 @@ window {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
|
||||
treeitem[type="http://home.netscape.com/NC-rdf#SoftwarePackage"] > treerow > treecell > titledbutton {
|
||||
list-style-image: url("resource:/res/xpinstall/SoftwareUpdatePackage.gif");
|
||||
treeitem[type="http://home.netscape.com/NC-rdf#XPInstallNotification"] > treerow > treecell > titledbutton {
|
||||
list-style-image: url("resource:/res/xpinstall/notification.gif");
|
||||
}
|
||||
|
||||
treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treerow > treecell > titledbutton {
|
||||
list-style-image: url("resource:/res/xpinstall/folder-closed.gif");
|
||||
|
||||
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > treecell > titledbutton {
|
||||
list-style-image: url("resource:/res/xpinstall/folder-open.gif");
|
||||
}
|
@ -36,6 +36,8 @@ LLIBS = \
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(DLL)
|
||||
$(MAKE_INSTALL) notification.gif $(DIST)\bin\res\xpinstall
|
||||
$(MAKE_INSTALL) SoftwareUpdate.css $(DIST)\bin\res\xpinstall
|
||||
$(MAKE_INSTALL) SoftwareUpdates.rdf $(DIST)\bin\res\xpinstall
|
||||
$(MAKE_INSTALL) SoftwareUpdate-Source-1.rdf $(DIST)\bin\res\xpinstall
|
||||
$(MAKE_INSTALL) $(DLL) $(DIST)\bin\components
|
||||
@ -43,3 +45,5 @@ install:: $(DLL)
|
||||
clobber::
|
||||
rm -f $(DIST)\res\xpinstall\SoftwareUpdates.rdf
|
||||
rm -f $(DIST)\res\xpinstall\SoftwareUpdate-Source-1.rdf
|
||||
rm -f $(DIST)\res\xpinstall\SoftwareUpdate.css
|
||||
rm -f $(DIST)\res\xpinstall\notification.gif
|
||||
|
BIN
xpinstall/notifier/notification.gif
Normal file
BIN
xpinstall/notifier/notification.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
x
Reference in New Issue
Block a user