AppDisplay: fix undefined variable reference

https://bugzilla.gnome.org/show_bug.cgi?id=694282
This commit is contained in:
Giovanni Campagna 2013-02-20 16:16:12 +01:00
parent a50ddd6d8c
commit d3f978a19d

View File

@ -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 = [];