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-08-21 15:29:41 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-08-21 15:29:41 (GMT)
commit7215de2dfcbeb03f88ff03c49e6a743965a62157 (patch)
tree9a85fd816485cf4d05e4233ff6003b524c858898 /services
parent544a400afca2493577909884881d87f4f4a10a10 (diff)
Treat application/ogg as Video.
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 20dc956..cfaac33 100644
--- a/services/shell/objecttypeservice.py
+++ b/services/shell/objecttypeservice.py
@@ -43,7 +43,7 @@ class ObjectTypeRegistry(dbus.service.Object):
['audio/ogg'])
self._add_primitive('Video', _('Video'), 'theme:video-x-generic',
- ['video/ogg'])
+ ['video/ogg', 'application/ogg'])
self._add_primitive('Etoys project', _('Etoys project'),
'theme:application-x-squeak-project',