diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index 21d4912e3..3cb71f1d2 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -394,7 +394,7 @@ var AllView = class AllView extends BaseAppView { if (!icon) { icon = new FolderIcon(id, path, this); icon.connect('name-changed', this._itemNameChanged.bind(this)); - icon.connect('apps-changed', this._refilterApps.bind(this)); + icon.connect('apps-changed', this._redisplay.bind(this)); } newApps.push(icon); this.folderIcons.push(icon);