зеркало из https://github.com/mozilla/pjs.git
Get true separators back in the bookmarks menu by adding a XUL template rule to check for them.
This commit is contained in:
Родитель
e321fd34ee
Коммит
366df8c973
|
@ -252,6 +252,7 @@
|
|||
]>
|
||||
|
||||
<window id="main-window" xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="Startup()" title="&mainWindow.title;">
|
||||
|
||||
|
@ -467,6 +468,9 @@
|
|||
<rule iscontainer="true">
|
||||
<menu uri="..." name="rdf:http://home.netscape.com/NC-rdf#Name"/>
|
||||
</rule>
|
||||
<rule rdf:type="http://home.netscape.com/NC-rdf#BookmarkSeparator">
|
||||
<separator uri="..." />
|
||||
</rule>
|
||||
<rule>
|
||||
<menuitem uri="..." name="rdf:http://home.netscape.com/NC-rdf#Name" onclick="OpenBookmarkURL(event.target)" />
|
||||
</rule>
|
||||
|
|
Загрузка…
Ссылка в новой задаче