Author: nextgens
Date: 2007-11-21 00:43:09 +0000 (Wed, 21 Nov 2007)
New Revision: 15899
Modified:
trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java
Log:
BookmarkToadlet: Display the user's bookmarks first
Modified: trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java 2007-11-21
00:41:04 UTC (rev 15898)
+++ trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java 2007-11-21
00:43:09 UTC (rev 15899)
@@ -552,8 +552,8 @@
HTMLNode bookmarkBoxContent = bookmarkBox.addChild("div", "class",
"infobox-content");
HTMLNode bookmarksList = bookmarkBoxContent.addChild("ul", "id",
"bookmarks");
+ addCategoryToList(BookmarkManager.MAIN_CATEGORY, bookmarksList);
addCategoryToList(BookmarkManager.PROTECTED_CATEGORY, bookmarksList);
- addCategoryToList(BookmarkManager.MAIN_CATEGORY, bookmarksList);
// Fetch-a-key box
HTMLNode fetchKeyBox =
contentNode.addChild(ctx.getPageMaker().getInfobox("infobox-normal",
l10n("fetchKeyLabel")));