From 803fc4da6978b404212cf233ad7dec740a1c6bd0 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sat, 27 Jan 2001 06:30:42 +0000 Subject: Fix the folder tree so that the icons don't look blurry anymore. (For some reason, the `gdk_pixbuf_scale()' function seems to give me a modified copy of the image even for a 1.0 scaling factor.) svn path=/trunk/; revision=7848 --- shell/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index f18c26ab4f..6ed321d8a1 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2001-01-27 Ettore Perazzoli + + * e-storage-set-view.c (get_pixbuf_for_folder): Don't scale if the + size is the same. `gdk_pixbuf_scale()' seems to be blurring the + image even if the scaling factor is 1.0. + 2001-01-26 Ettore Perazzoli * e-corba-storage.c: Remove all instances of `__FUNCTION__'. -- cgit v1.2.3