From: Zeeshan Ali (Khattak) Date: Wed, 9 Sep 2009 13:24:31 +0000 (+0300) Subject: core: Expect 'jpeg' extension for thumbnail files X-Git-Tag: RYGEL_0_4~132 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38a75d664f733e479f8b0042ad5c8c76afdd84b4;p=profile%2Fivi%2Frygel.git core: Expect 'jpeg' extension for thumbnail files --- diff --git a/src/rygel/rygel-thumbnailer.vala b/src/rygel/rygel-thumbnailer.vala index 0403681..7fb9f3c 100644 --- a/src/rygel/rygel-thumbnailer.vala +++ b/src/rygel/rygel-thumbnailer.vala @@ -67,7 +67,7 @@ internal class Rygel.Thumbnailer : GLib.Object { this.template.width = 124; this.template.height = 124; this.template.depth = 24; - this.extension = ".jpg"; + this.extension = ".jpeg"; } this.directory = dir;