Commit 5d316c61d6e9d8e9da3ca87edd6271336c61225f

  • avatar
  • Aaron Bockover <abockover @nov…ll.com>
  • Fri Apr 24 20:37:49 GMT 2009
Add trailing semicolon to the MimeType field in .desktop files
data/desktop-files/banshee-1-audiocd.desktop.in.in
(1 / 1)
  
11Exec=banshee-1 --redirect-log --device-activate-play=%u
22NoDisplay=true
3MimeType=x-content/audio-cdda
3MimeType=x-content/audio-cdda;
data/desktop-files/banshee-1-media-player.desktop.in.in
(1 / 1)
  
11Exec=banshee-1 --redirect-log --device-activate=%u
22NoDisplay=true
3MimeType=x-content/audio-player
3MimeType=x-content/audio-player;
data/desktop-files/update-desktop-file.sh
(1 / 1)
  
1717 awk '{printf $1 ";"}' | sed 's,;$,,'
1818 )
1919
20 echo "MimeType=$MIMETYPES"
20 echo "MimeType=$MIMETYPES;"
2121
2222 if [[ "$UPDATE_MIME_FILE" == "yes" ]]; then
2323 (grep -E '^[[:space:]]*#' "$MIMETYPES_FILE";

Comments

Add a new comment:

Login or create an account to post a comment

Add your comment