Use the correct set of RDF datasources for the bookmarks popup menu on the personal toolbar.

This commit is contained in:
rjc%netscape.com 1999-11-30 12:59:48 +00:00
parent e63af9cb8c
commit b269ca5a8e
2 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@ Contributor(s): ______________________________________. -->
// we can get this button into rdf. We can't allow drags on this
// container so we have to be able to identify it (bug 19588).
// - pinkerton
<menu datasources="rdf:bookmarks" ref="NC:BookmarksRoot">
<menu datasources="rdf:bookmarks rdf:files rdf:localsearch rdf:internetsearch" ref="NC:BookmarksRoot">
<titledbutton class="bookmarkFolder" align="right" container="true"
value="&bookmarksButton.label;" crop="right"/>
<template>

View File

@ -222,7 +222,7 @@ Contributor(s): ______________________________________. -->
// we can get this button into rdf. We can't allow drags on this
// container so we have to be able to identify it (bug 19588).
// - pinkerton
<menu datasources="rdf:bookmarks" ref="NC:BookmarksRoot">
<menu datasources="rdf:bookmarks rdf:files rdf:localsearch rdf:internetsearch" ref="NC:BookmarksRoot">
<titledbutton class="bookmarkFolder" align="right" container="true"
value="&bookmarksButton.label;" crop="right"/>
<template>