[Xfce4-commits] <ristretto:master> Render a slightly bigger icon, for higher quality
Stephan Arts
noreply at xfce.org
Sat Aug 4 22:40:01 CEST 2012
Updating branch refs/heads/master
to 5854e8bb2a66b2e63a2e4cf65aecf9d80cb8f109 (commit)
from c814e5dc47294b03939d766aef6ebb7ade16b673 (commit)
commit 5854e8bb2a66b2e63a2e4cf65aecf9d80cb8f109
Author: Stephan Arts <stephan at xfce.org>
Date: Sat Aug 4 22:39:00 2012 +0200
Render a slightly bigger icon, for higher quality
src/main_window.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main_window.c b/src/main_window.c
index e4a3a2b..254ef94 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -1291,7 +1291,7 @@ rstto_main_window_image_list_iter_changed (RsttoMainWindow *window)
-1.0,
0);
- pixbuf = rstto_file_get_thumbnail (cur_file, THUMBNAIL_SIZE_VERY_SMALL);
+ pixbuf = rstto_file_get_thumbnail (cur_file, THUMBNAIL_SIZE_SMALL);
if (pixbuf != NULL)
{
gtk_window_set_icon (GTK_WINDOW (window), gdk_pixbuf_copy (pixbuf));
@@ -4205,7 +4205,7 @@ cb_rstto_thumbnailer_ready(
if (file == cur_file)
{
- pixbuf = rstto_file_get_thumbnail (file, THUMBNAIL_SIZE_VERY_SMALL);
+ pixbuf = rstto_file_get_thumbnail (file, THUMBNAIL_SIZE_SMALL);
if (pixbuf != NULL)
{
gtk_window_set_icon (GTK_WINDOW (window), gdk_pixbuf_copy(pixbuf));
More information about the Xfce4-commits
mailing list