load the GAppInfos at startup time rather than waiting until the overlay

is opened for the first time

svn path=/trunk/; revision=146
This commit is contained in:
Dan Winship 2009-01-13 20:45:54 +00:00
parent fd83658c8d
commit b3860314b2

View File

@ -120,6 +120,10 @@ AppDisplay.prototype = {
// user in in the overlay mode, however let's redisplay just in case.
me._redisplay();
});
// Load the GAppInfos now so it doesn't slow down the first
// transition into the overlay
this._refreshCache();
},
//// Protected method overrides ////