core: Expect 'jpeg' extension for thumbnail files
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 9 Sep 2009 13:24:31 +0000 (16:24 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 9 Sep 2009 13:24:31 +0000 (16:24 +0300)
src/rygel/rygel-thumbnailer.vala

index 0403681..7fb9f3c 100644 (file)
@@ -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;