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:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user