From: Jens Georg Date: Fri, 3 Jan 2014 22:17:56 +0000 (+0100) Subject: server: Use correct depth for PNG icons X-Git-Tag: RYGEL_0_21_3~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0793d3b26afebcf529b8b9911cf59c1efe87f6b;p=profile%2Fivi%2Frygel.git server: Use correct depth for PNG icons Signed-off-by: Jens Georg --- diff --git a/src/librygel-server/rygel-thumbnailer.vala b/src/librygel-server/rygel-thumbnailer.vala index 0d1fb6c..f502161 100644 --- a/src/librygel-server/rygel-thumbnailer.vala +++ b/src/librygel-server/rygel-thumbnailer.vala @@ -44,7 +44,7 @@ internal class Rygel.Thumbnailer : GLib.Object { this.template = new Thumbnail ("image/png", "PNG_TN", "png"); this.template.width = 128; this.template.height = 128; - this.template.depth = 32; + this.template.depth = 24; this.extension = "." + this.template.file_extension; try {