aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-01-27 14:30:42 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-01-27 14:30:42 +0800
commit803fc4da6978b404212cf233ad7dec740a1c6bd0 (patch)
treefb88e73f29742672dfff7060b23b5f235efa7f51 /shell/ChangeLog
parent38b37faf3692af41fff269e14514e3d34da86f0a (diff)
downloadgsoc2013-evolution-803fc4da6978b404212cf233ad7dec740a1c6bd0.tar
gsoc2013-evolution-803fc4da6978b404212cf233ad7dec740a1c6bd0.tar.gz
gsoc2013-evolution-803fc4da6978b404212cf233ad7dec740a1c6bd0.tar.bz2
gsoc2013-evolution-803fc4da6978b404212cf233ad7dec740a1c6bd0.tar.lz
gsoc2013-evolution-803fc4da6978b404212cf233ad7dec740a1c6bd0.tar.xz
gsoc2013-evolution-803fc4da6978b404212cf233ad7dec740a1c6bd0.tar.zst
gsoc2013-evolution-803fc4da6978b404212cf233ad7dec740a1c6bd0.zip
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
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <ettore@ximian.com>
+
+ * 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 <ettore@ximian.com>
* e-corba-storage.c: Remove all instances of `__FUNCTION__'.