#2695: Recognize text files as such.

This commit is contained in:
Tomeu Vizoso
2007-08-16 21:41:42 +02:00
parent cace8c0a47
commit dfe8ff6806
3 changed files with 30 additions and 3 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ class ClipboardBox(hippo.CanvasBox):
if not selection.data:
return
logging.debug('ClipboardBox: adding type ' + selection.type + ' ' + selection.data)
logging.debug('ClipboardBox: adding type ' + selection.type)
cb_service = clipboardservice.get_instance()
if selection.type == 'text/uri-list':