summaryrefslogtreecommitdiff
path: root/data/mime-functions.sh
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-08-26 14:47:34 +0000
committerBastien Nocera <hadess@src.gnome.org>2008-08-26 14:47:34 +0000
commitc81c3704a1f364b298aec76b8c15aa3e11a20d1a (patch)
tree05d706820503008637460ae2b15a2bb3fa361dab /data/mime-functions.sh
parent926997b8844d5c30a4592d671a43c7c9cc8bdc5e (diff)
downloadtotem-c81c3704a1f364b298aec76b8c15aa3e11a20d1a.tar.gz
Fix a stupid typo Fix another stupid typo, and output to fd 3, so we can
2008-08-26 Bastien Nocera <hadess@hadess.net> * data/mime-functions.sh: Fix a stupid typo * data/schemas.sh: Fix another stupid typo, and output to fd 3, so we can see the stderr * data/Makefile.am: capture fd 3 for the gconf updater script * data/mime-type-list.txt: Add audio/x-vorbis+ogg to the mime-types (Closes: #549038) svn path=/trunk/; revision=5605
Diffstat (limited to 'data/mime-functions.sh')
-rw-r--r--data/mime-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mime-functions.sh b/data/mime-functions.sh
index 29136be18..d67af7f32 100644
--- a/data/mime-functions.sh
+++ b/data/mime-functions.sh
@@ -3,7 +3,7 @@
get_audio_mimetypes ()
{
MIMETYPES=`grep -v ^# $1 | grep "\/" | grep audio | grep -v "audio/x-pn-realaudio"`
- MIMEYPES="$MIMETYPES application/x-flac"
+ MIMETYPES="$MIMETYPES application/x-flac"
}
get_video_mimetypes ()