AppDisplay: fix undefined variable reference
https://bugzilla.gnome.org/show_bug.cgi?id=694282
This commit is contained in:
parent
a50ddd6d8c
commit
d3f978a19d
@ -347,7 +347,7 @@ const AppDisplay = new Lang.Class({
|
||||
Main.queueDeferredWork(this._frequentAppsWorkId);
|
||||
}));
|
||||
global.settings.connect('changed::app-folder-categories', Lang.bind(this, function() {
|
||||
Main.queueDeferredWork(this._workId);
|
||||
Main.queueDeferredWork(this._allAppsWorkId);
|
||||
}));
|
||||
|
||||
this._views = [];
|
||||
|
Loading…
Reference in New Issue
Block a user