mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
MacOS X Firebird Updates:
- bug 222688 (tabbrowser.xml) - downloads options panel is broken (pref-downloads.js)
This commit is contained in:
parent
2e8ab0a9e1
commit
5caca58d02
@ -28,7 +28,12 @@
|
||||
</xul:vbox>
|
||||
#endif
|
||||
</content>
|
||||
|
||||
<implementation>
|
||||
|
||||
|
||||
</implementation>
|
||||
|
||||
</binding>
|
||||
</binding>
|
||||
|
||||
</bindings>
|
@ -85,7 +85,7 @@
|
||||
ondragdrop="nsDragAndDrop.drop(event, this.parentNode.parentNode.parentNode);
|
||||
event.stopPropagation();"
|
||||
xbl:inherits="onnewtab"
|
||||
ondblclick="if (event.target.localName == 'tabs') this.parentNode.parentNode.parentNode.selectedTab = this.parentNode.parentNode.parentNode.addTab();"
|
||||
ondblclick="if (event.originalTarget.localName != 'tab') this.parentNode.parentNode.parentNode.selectedTab = this.parentNode.parentNode.parentNode.addTab();"
|
||||
onclosetab="var node = this.parentNode;
|
||||
while (node.localName != 'tabbrowser')
|
||||
node = node.parentNode;
|
||||
|
@ -288,7 +288,7 @@ function getSpecialFolderKey(aFolderType)
|
||||
return aFolderType == "Desktop" ? "DeskV" : "Pers";
|
||||
#endif
|
||||
#ifdef XP_MACOSX
|
||||
return aFolderType == "Desktop" ? "Desk" : "UsrDocs";
|
||||
return aFolderType == "Desktop" ? "UsrDsk" : "UsrDocs";
|
||||
#endif
|
||||
return "Home";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user