[libsocialweb/libsocialweb-0.25: 2/3] lastfm-item-view: Populate authoricon_large with a larger avatar picture
- From: Rob Bradford <rbradford src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsocialweb/libsocialweb-0.25: 2/3] lastfm-item-view: Populate authoricon_large with a larger avatar picture
- Date: Fri, 13 May 2011 21:20:20 +0000 (UTC)
commit a9287673dcd93e0f645682c84b774c14c408c9e0
Author: Rob Bradford <rob linux intel com>
Date: Wed May 11 18:16:39 2011 +0100
lastfm-item-view: Populate authoricon_large with a larger avatar picture
Fixes: https://bugs.meego.com/show_bug.cgi?id=17419
services/lastfm/lastfm-item-view.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/services/lastfm/lastfm-item-view.c b/services/lastfm/lastfm-item-view.c
index 1195c08..0ceb0e6 100644
--- a/services/lastfm/lastfm-item-view.c
+++ b/services/lastfm/lastfm-item-view.c
@@ -411,6 +411,10 @@ make_item (SwLastfmItemView *item_view,
if (s)
sw_item_request_image_fetch (item, FALSE, "authoricon", s);
+ s = get_image_url (user, "large");
+ if (s)
+ sw_item_request_image_fetch (item, FALSE, "authoricon_large", s);
+
return item;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]