Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-08-16 19:41:42 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-08-16 19:41:42 (GMT)
commitdfe8ff68065d5191a2ade265432000327b0de7ce (patch)
tree39d59c774a5654fd303c301e36044af01db7ebe1 /shell
parentcace8c0a478065c4d7b815291974bc7510f5942b (diff)
#2695: Recognize text files as such.
Diffstat (limited to 'shell')
-rw-r--r--shell/view/frame/clipboardbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/frame/clipboardbox.py b/shell/view/frame/clipboardbox.py
index 60c154b..6c5870f 100644
--- a/shell/view/frame/clipboardbox.py
+++ b/shell/view/frame/clipboardbox.py
@@ -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':