diff options
| author | Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com> | 2010-09-22 09:29:39 +0200 |
|---|---|---|
| committer | Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com> | 2010-09-22 09:29:39 +0200 |
| commit | 8282d53caaeac1f546d986f0f23c1a72d59ada38 (patch) | |
| tree | b8061c0692a3ef4d09ad55f124693500da20df2c /unity-private | |
| parent | cb851e05511b792875e3a620aeb8cc6f2b10a9f2 (diff) | |
Outcomment dubious call to internals of Unity.PixbufCache
(bzr r521.8.7)
Diffstat (limited to 'unity-private')
| -rw-r--r-- | unity-private/places/places-default-renderer-group.vala | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unity-private/places/places-default-renderer-group.vala b/unity-private/places/places-default-renderer-group.vala index 8c900854c..6362de42b 100644 --- a/unity-private/places/places-default-renderer-group.vala +++ b/unity-private/places/places-default-renderer-group.vala @@ -427,8 +427,9 @@ namespace Unity.Places } } - if (n_results == 1) - PixbufCache.get_default ().load_iteration (); + // FIXME: WHy was this call ever here? + //if (n_results == 1) + // PixbufCache.get_default ().load_iteration (); } private void on_n_cols_changed () |
