[gthumb] use _TILES instead of _BILINEAR in the navigation window
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] use _TILES instead of _BILINEAR in the navigation window
- Date: Thu, 4 Mar 2010 22:31:33 +0000 (UTC)
commit b0fa642c21484d6ae8836286f5cbecab3e36b339
Author: Paolo Bacchilega <paobac src gnome org>
Date: Thu Mar 4 21:52:54 2010 +0100
use _TILES instead of _BILINEAR in the navigation window
gthumb/gth-nav-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-nav-window.c b/gthumb/gth-nav-window.c
index b128cc3..4ab80b3 100644
--- a/gthumb/gth-nav-window.c
+++ b/gthumb/gth-nav-window.c
@@ -248,7 +248,7 @@ update_view (NavWindow *nav_win)
nav_win->pixbuf = gdk_pixbuf_scale_simple (image_pixbuf,
popup_width,
popup_height,
- GDK_INTERP_BILINEAR);
+ GDK_INTERP_TILES);
/* The square. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]