From 7f0065f3f831110409493cacfc6d1959f7e2339a Mon Sep 17 00:00:00 2001 From: "benjamin%smedbergs.us" Date: Tue, 18 Jul 2006 17:54:01 +0000 Subject: [PATCH] Bug 329743: fixes dropmarker icon not showing up on places toolbar folders on mac. Patch by Pam Greene r=annie.sullivan@gmail.com sr=ben@mozilla.org Original committer: annie.sullivan%gmail.com Original revision: 1.42 Original date: 2006/03/23 16:30:24 --- .../components/places/public/nsINavHistoryService.idl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/toolkit/components/places/public/nsINavHistoryService.idl b/toolkit/components/places/public/nsINavHistoryService.idl index b0c901c251cd..707538ad58e6 100644 --- a/toolkit/components/places/public/nsINavHistoryService.idl +++ b/toolkit/components/places/public/nsINavHistoryService.idl @@ -249,10 +249,11 @@ interface nsINavHistoryContainerResultNode : nsINavHistoryResultNode /** * This is a string representing the remote container API service that is - * responsible for this container. It is empty if there is none. This can - * be set for bookmark folders which have been registered, and also for - * RESULT_TYPE_REMOTE_CONTAINER nodes which have been dynamically generated - * by the remote container API. + * responsible for this container. It is empty if there is none. The + * container may be a RESULT_TYPE_REMOTE_CONTAINER node that has been + * dynamically generated by the remote container API. It may also be a + * bookmark folder (RESULT_TYPE_FOLDER) for which some service (such as + * livemarks) has registered to provide certain operations. */ readonly attribute AUTF8String remoteContainerType;