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:
parent
fd83658c8d
commit
b3860314b2
@ -120,6 +120,10 @@ AppDisplay.prototype = {
|
|||||||
// user in in the overlay mode, however let's redisplay just in case.
|
// user in in the overlay mode, however let's redisplay just in case.
|
||||||
me._redisplay();
|
me._redisplay();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Load the GAppInfos now so it doesn't slow down the first
|
||||||
|
// transition into the overlay
|
||||||
|
this._refreshCache();
|
||||||
},
|
},
|
||||||
|
|
||||||
//// Protected method overrides ////
|
//// Protected method overrides ////
|
||||||
|
Loading…
Reference in New Issue
Block a user