mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Add Messenger Biff Notifications.
This commit is contained in:
parent
c1b2360bce
commit
e6925234dd
@ -8,6 +8,10 @@
|
||||
<NC:poll-interval>300</NC:poll-interval>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
<RDF:li>
|
||||
<!-- Messenger Flashes -->
|
||||
<RDF:Description about="rdf:msgnotifications" />
|
||||
</RDF:li>
|
||||
</RDF:Bag>
|
||||
|
||||
<RDF:Bag about="NC:FlashStyleSheets">
|
||||
|
@ -7,3 +7,7 @@
|
||||
treeitem[type="http://www.mozilla.org/RDF#TinderboxFlash"] > treecell > titledbutton {
|
||||
list-style-image: url("resource:/res/rdf/flames.gif");
|
||||
}
|
||||
|
||||
treeitem[type="http://home.netscape.com/NC-rdf#MsgNewMessages"] > treecell > titledbutton {
|
||||
list-style-image: url("chrome://messenger/skin/folderHasMail.gif");
|
||||
}
|
||||
|
@ -44,7 +44,7 @@ function Init()
|
||||
// unfortunately, force it to be read synchronously the
|
||||
// first time around.
|
||||
var flashservice = RDF.GetDataSource(service.Value);
|
||||
flashservice = flashservice.QueryInterface(Components.interfaces.nsIRDFXMLDataSource);
|
||||
flashservice = flashservice.QueryInterface(Components.interfaces.nsIRDFDataSource);
|
||||
// Add it to the tree control's composite datasource.
|
||||
tree.database.AddDataSource(flashservice);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user