mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 95520 Addressbook sidebar tab should be on by default
patch by blake r=neil sr=neil a=asa
This commit is contained in:
parent
21d521941e
commit
83218f5021
@ -16,6 +16,7 @@
|
||||
<RDF:li resource="urn:sidebar:panel:search"/>
|
||||
<RDF:li resource="urn:sidebar:panel:bookmarks"/>
|
||||
<RDF:li resource="urn:sidebar:panel:history"/>
|
||||
<RDF:li resource="urn:sidebar:panel:addressbook"/>
|
||||
</RDF:Seq>
|
||||
</NC:panel-list>
|
||||
<NC:version>0.1</NC:version>
|
||||
@ -32,4 +33,8 @@
|
||||
<NC:title>&sidebar.client-history.label;</NC:title>
|
||||
<NC:content>chrome://communicator/content/history/history-panel.xul</NC:content>
|
||||
</RDF:Description>
|
||||
<RDF:Description about="urn:sidebar:panel:addressbook">
|
||||
<NC:title>&sidebar.client-addressbook.label;</NC:title>
|
||||
<NC:content>chrome://messenger/content/addressbook/addressbook-panel.xul</NC:content>
|
||||
</RDF:Description>
|
||||
</RDF:RDF>
|
||||
|
Loading…
Reference in New Issue
Block a user