favorites

This commit is contained in:
Colin Walters
2009-06-03 11:49:42 -04:00
parent 12f896eb94
commit 2c0d6fdf89
3 changed files with 19 additions and 1 deletions

View File

@ -267,7 +267,7 @@ AppDisplay.prototype = {
_redisplay : function() {
// Ask or more app than we need, since the list of recently used apps
// might contain an app we don't have a desktop file for
var running = this._appMonitor.get_running_apps();
var running = this._appMonitor.get_running_app_guesses();
for (let i = 0; i < running.length; i++) {
let appId = apps[i] + ".desktop";
let appInfo = this._allItems[appId];