Get true separators back in the bookmarks menu by adding a XUL template rule to check for them.

This commit is contained in:
rjc%netscape.com 1999-06-05 03:01:54 +00:00
Родитель e321fd34ee
Коммит 366df8c973
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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>