Associate pdfs to Read.
This commit is contained in:
parent
984c4a2126
commit
96a2de4e74
@ -74,7 +74,8 @@ class ClipboardObject:
|
||||
'image/png' : 'org.laptop.WebActivity',
|
||||
'text/plain' : 'org.laptop.AbiWordActivity',
|
||||
'text/rtf' : 'org.laptop.AbiWordActivity',
|
||||
'text/richtext' : 'org.laptop.AbiWordActivity'}
|
||||
'text/richtext' : 'org.laptop.AbiWordActivity',
|
||||
'application/pdf' : 'org.laptop.sugar.Xbook'}
|
||||
mime = self.get_mime_type()
|
||||
if not mime:
|
||||
return ''
|
||||
|
Loading…
Reference in New Issue
Block a user