[for joe@retrovirus.com] Bug 324743, r=brettw. Result roots are closed by default.

Original committer: brettw%gmail.com
Original revision: 1.33
Original date: 2006/01/31 03:05:02
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 17:50:16 +00:00
Родитель 07ab8a5267
Коммит 5affd12e05
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -508,8 +508,8 @@ interface nsINavHistoryResult : nsISupports
* This is the root of the results. It will either be a
* nsINavHistoryFolderResultNode (if the query is for bookmarks matching a
* single folder) or just a nsINavHistoryQueryResultNode (for everything
* else). The root node is open by default. Remember that you need to open
* all other containers for their contents to be valid.
* else). Remember that you need to open all containers for their contents
* to be valid.
*/
readonly attribute nsINavHistoryQueryResultNode root;
};