[easytag] Remove deprecated x-directory/normal from .desktop



commit dc377f9ac5dec9a317afa5c598681e8f41b6cf4f
Author: David King <amigadave amigadave com>
Date:   Thu Feb 21 16:41:39 2013 +0000

    Remove deprecated x-directory/normal from .desktop
    
    It causes desktop-file-validate to emit a warning, and is already
    covered by inode/directory.

 easytag.desktop.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/easytag.desktop.in b/easytag.desktop.in
index a52f2ef..8146928 100644
--- a/easytag.desktop.in
+++ b/easytag.desktop.in
@@ -6,7 +6,7 @@ _Keywords=mp3;tag;audio;
 Type=Application
 Icon=easytag
 Categories=GTK;AudioVideo;AudioVideoEditing;
-MimeType=x-directory/normal;inode/directory;audio/x-mp3;audio/x-mpeg;audio/mpeg;application/ogg;audio/x-vorbis+ogg;audio/x-flac;audio/x-musepack;audio/x-ape;
+MimeType=inode/directory;audio/x-mp3;audio/x-mpeg;audio/mpeg;application/ogg;audio/x-vorbis+ogg;audio/x-flac;audio/x-musepack;audio/x-ape;
 Exec=easytag %F
 Terminal=false
 StartupNotify=true


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