mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
AppDisplay: fix undefined variable reference
https://bugzilla.gnome.org/show_bug.cgi?id=694282
This commit is contained in:
parent
a50ddd6d8c
commit
d3f978a19d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue