Bug 425141 - can't drag into special roots in the left pane of the organizer (BACKOUT of bug 404658)

git-svn-id: svn://10.0.0.236/trunk@249043 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dietrich%mozilla.com 2008-04-03 16:48:12 +00:00
parent ea5e8aa1a6
commit 9f96eadeb2

View File

@ -1169,9 +1169,6 @@ var PlacesUIUtils = {
"AllBookmarks", 0, EXPIRE_NEVER);
self.leftPaneQueries["AllBookmarks"] = itemId;
// disallow manipulating this folder within the organizer UI
PlacesUtils.bookmarks.setFolderReadonly(allBookmarksId, true);
// All Bookmarks->Bookmarks Toolbar Query
uri = PlacesUtils._uri("place:folder=TOOLBAR");
itemId = PlacesUtils.bookmarks.insertBookmark(allBookmarksId, uri, -1, null);