Bug 366136 - New items don't appear in the tree view as they are created. r=dietrich.

git-svn-id: svn://10.0.0.236/trunk@220617 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla.mano%sent.com
2007-02-21 00:06:16 +00:00
parent 5abf96970d
commit a18648ef1b

View File

@@ -184,6 +184,11 @@ var PlacesOrganizer = {
// Items are only excluded on the left pane
var options = node.queryOptions.clone();
options.excludeItems = false;
// Unset excludeQueries so incremental update is enabled for the content
// pane.
// XXXmano: remove that once we unset excludeQueries for the left pane.
options.excludeQueries = false;
this._content.load(queries,
OptionsFilter.filter(queries, options, null));