Fixed some issues with text objects in the clipboard.

This commit is contained in:
Tomeu Vizoso
2007-09-09 15:04:26 +02:00
parent eb7ad2066c
commit 547df751a7
4 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ def choose_most_significant(mime_types):
logging.debug('Choosed text/html!')
return 'text/html'
if 'text/plain' in mime_types or 'STRING' in mime_types:
if 'text/plain' in mime_types:
logging.debug('Choosed text/plain!')
return 'text/plain'