зеркало из https://github.com/mozilla/pjs.git
Bug 366136 - New items don't appear in the tree view as they are created. r=dietrich.
This commit is contained in:
Родитель
b0f7ee89b1
Коммит
ea8dd7c2f3
|
@ -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));
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче