Updating branch refs/heads/ristretto-0.6
to eed11f083cf41bd016146a600cdb89555949c2bd (commit)
from 70cd9f0e11c9f67d8a9b29e5a4890f4c70a7b6e5 (commit)
commit eed11f083cf41bd016146a600cdb89555949c2bd
Author: Stephan Arts <[email protected]>
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));
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits