From cd479da1807798fb4fb06a24cfe9ab0d1896f9a4 Mon Sep 17 00:00:00 2001 From: "benjamin%smedbergs.us" Date: Tue, 18 Jul 2006 17:33:50 +0000 Subject: [PATCH] Bug 332143 r=brettw sr=beng (checkin for pamg) New livemarks don't get proper icon in toolbar. Original committer: brettw%gmail.com Original revision: 1.26 Original date: 2006/04/13 16:35:48 git-svn-id: svn://10.0.0.236/trunk@202832 18797224-902f-48f8-a5cc-f745e15eee43 --- .../components/places/public/nsINavBookmarksService.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/toolkit/components/places/public/nsINavBookmarksService.idl b/mozilla/toolkit/components/places/public/nsINavBookmarksService.idl index 2f3a95839da..3e98dfdafe2 100644 --- a/mozilla/toolkit/components/places/public/nsINavBookmarksService.idl +++ b/mozilla/toolkit/components/places/public/nsINavBookmarksService.idl @@ -200,7 +200,7 @@ interface nsINavBookmarkObserver : nsISupports * folders. A URI in history can be contained in one or more such folders. */ -[scriptable, uuid(df93900d-7ef1-4c5f-8e44-a930aeaf1462)] +[scriptable, uuid(860d786d-9bba-4011-a396-486a87af8f07)] interface nsINavBookmarksService : nsISupports { /** @@ -264,12 +264,12 @@ interface nsINavBookmarksService : nsISupports * parent and sets the container type. * @param parent The id of the parent folder * @param name The name of the new folder - * @param index The index to insert at, or -1 to append * @param type The type of container to insert + * @param index The index to insert at, or -1 to append * @returns the ID of the newly-inserted folder */ PRInt64 createContainer(in PRInt64 parent, in AString name, - in PRInt32 index, in AString type); + in AString type, in PRInt32 index); /** * Removes a folder from the bookmarks tree.