Update for review of e57b7ec335

This commit is contained in:
Colin Walters
2009-06-30 15:05:17 -04:00
parent 39e31a3aa9
commit e191636f34
3 changed files with 24 additions and 25 deletions

View File

@@ -284,7 +284,7 @@ AppsWidget.prototype = {
this.actor = new Big.Box({ spacing: 2 });
this.collapsedActor = new Big.Box({ spacing: 2});
let apps = AppInfo.getMostUsedApps(5);
let apps = AppInfo.getTopApps(5);
for (let i = 0; i < apps.length; i++)
this.addItem(apps[i]);
}