diff options
| author | Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com> | 2010-09-22 11:51:13 +0200 |
|---|---|---|
| committer | Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com> | 2010-09-22 11:51:13 +0200 |
| commit | 2d9010cb0122ca1b121a3aae48ac3f638e4cc39f (patch) | |
| tree | d70d647a24b89fee91101739d56905a3c383fb0d /unity-private | |
| parent | 8282d53caaeac1f546d986f0f23c1a72d59ada38 (diff) | |
Make the PixbufCache a *lot* more clever on when to start loading icons - and do some more aggresively than before. This change allowed us to remove a hack from places-default-renderer-group.vala that leaked some logic into the group renderer class to optimize responsiveness.
Simplify and clean up the logic of PixbufCache (bzr r521.8.8)
Diffstat (limited to 'unity-private')
| -rw-r--r-- | unity-private/places/places-default-renderer-group.vala | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unity-private/places/places-default-renderer-group.vala b/unity-private/places/places-default-renderer-group.vala index 6362de42b..8ec357b82 100644 --- a/unity-private/places/places-default-renderer-group.vala +++ b/unity-private/places/places-default-renderer-group.vala @@ -426,10 +426,6 @@ namespace Unity.Places more_results_button.count = 0; } } - - // FIXME: WHy was this call ever here? - //if (n_results == 1) - // PixbufCache.get_default ().load_iteration (); } private void on_n_cols_changed () |
