Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/clipboard/objecttypeservice.py
diff options
context:
space:
mode:
Diffstat (limited to 'services/clipboard/objecttypeservice.py')
-rw-r--r--services/clipboard/objecttypeservice.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/clipboard/objecttypeservice.py b/services/clipboard/objecttypeservice.py
index 97f7d90..e12398e 100644
--- a/services/clipboard/objecttypeservice.py
+++ b/services/clipboard/objecttypeservice.py
@@ -31,7 +31,8 @@ class ObjectTypeRegistry(dbus.service.Object):
from gettext import gettext as _
self._add_primitive('Text', _('Text'), 'theme:object-text',
[ 'text/plain', 'text/rtf', 'application/pdf',
- 'application/x-pdf', 'text/html' ])
+ 'application/x-pdf', 'text/html',
+ 'application/vnd.oasis.opendocument.text' ])
self._add_primitive('Image', _('Image'), 'theme:object-image',
[ 'image/png', 'image/gif', 'image/jpeg' ])