[totem] grilo: Add a maximum height for icons
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] grilo: Add a maximum height for icons
- Date: Fri, 17 Jan 2014 09:13:17 +0000 (UTC)
commit efa3c58401d1b6aa7a1def4c80bd5bb34b314d7d
Author: Bastien Nocera <hadess hadess net>
Date: Fri Jan 17 00:53:13 2014 +0100
grilo: Add a maximum height for icons
src/plugins/grilo/icon-helpers.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/grilo/icon-helpers.c b/src/plugins/grilo/icon-helpers.c
index 68bb702..dd28a38 100644
--- a/src/plugins/grilo/icon-helpers.c
+++ b/src/plugins/grilo/icon-helpers.c
@@ -106,7 +106,7 @@ get_stream_thumbnail_cb (GObject *source_object,
cancellable = g_object_get_data (G_OBJECT (simple), "cancellable");
gdk_pixbuf_new_from_stream_at_scale_async (G_INPUT_STREAM (stream),
THUMB_SEARCH_SIZE,
- THUMB_SEARCH_SIZE,
+ THUMB_SEARCH_HEIGHT,
TRUE,
cancellable,
load_thumbnail_cb,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]