mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 366136 - New items don't appear in the tree view as they are created. r=dietrich.
This commit is contained in:
parent
0aeb1de4f9
commit
71456bbae2
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user