[Xfce4-commits] <midori:master> Advertise SVG images as a supported MIME type

Christian Dywan noreply at xfce.org
Mon Jul 11 21:20:01 CEST 2011


Updating branch refs/heads/master
         to 09f4af3be765c4e14df1c2b59a81df78d4596357 (commit)
       from 3331921cfcf8f79b3ef2049de56c3eb8527c2cbf (commit)

commit 09f4af3be765c4e14df1c2b59a81df78d4596357
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon Jul 11 21:19:16 2011 +0200

    Advertise SVG images as a supported MIME type
    
    Fixes: https://bugs.launchpad.net/midori/+bug/805439

 data/midori.desktop.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/data/midori.desktop.in b/data/midori.desktop.in
index 82357c5..f0598b4 100644
--- a/data/midori.desktop.in
+++ b/data/midori.desktop.in
@@ -5,7 +5,7 @@ _Name=Midori
 _GenericName=Web Browser
 _Comment=Lightweight web browser
 Categories=GTK;Network;WebBrowser;
-MimeType=text/html;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/geo;
+MimeType=text/html;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/geo;image/svg+xml;
 Exec=midori %U
 Icon=midori
 Terminal=false



More information about the Xfce4-commits mailing list