Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-09-08 12:28:23 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-09-08 12:28:23 (GMT)
commita9dbf6ae59eaf1b31c1032bf171bf022d03c043e (patch)
treeb8fae27c0fef8db35a7abefad14ea185759fe936 /services
parent9e2a9c4c025b492169fe244c4a443d1b63b50968 (diff)
#2653: Add audio/wav and audio/x-wav as Audio objects.
Diffstat (limited to 'services')
-rw-r--r--services/shell/objecttypeservice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/shell/objecttypeservice.py b/services/shell/objecttypeservice.py
index 8a04d61..4e806d4 100644
--- a/services/shell/objecttypeservice.py
+++ b/services/shell/objecttypeservice.py
@@ -40,7 +40,7 @@ class ObjectTypeRegistry(dbus.service.Object):
['image/png', 'image/gif', 'image/jpeg'])
self._add_primitive('Audio', _('Audio'), 'audio-x-generic',
- ['audio/ogg'])
+ ['audio/ogg', 'audio/x-wav', 'audio/wav'])
self._add_primitive('Video', _('Video'), 'video-x-generic',
['video/ogg', 'application/ogg'])