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

This commit is contained in:
mozilla.mano%sent.com 2007-02-21 00:06:16 +00:00
parent 0aeb1de4f9
commit 71456bbae2

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));