[rygel] core: Expect 'jpeg' extension for thumbnail files



commit 38a75d664f733e479f8b0042ad5c8c76afdd84b4
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Sep 9 16:24:31 2009 +0300

    core: Expect 'jpeg' extension for thumbnail files

 src/rygel/rygel-thumbnailer.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]