From aa6c17b38e5a4d675c397b57552b458a2ad51eb5 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sun, 10 Jun 2012 20:20:43 +0000 Subject: use same dispatch character command for sending and receiving stacks --- diff --git a/TurtleArtActivity.py b/TurtleArtActivity.py index ce6cb5e..74a4aa6 100644 --- a/TurtleArtActivity.py +++ b/TurtleArtActivity.py @@ -1206,7 +1206,7 @@ in order to use the plugin.')) data = self.tw.assemble_data_to_save(False, False) if data is not []: text = data_to_string(data) - event = 'B|%s' % (data_to_string([self.tw.nick, text])) + event = 'P|%s' % (data_to_string([self.tw.nick, text])) # Paste self.tw.send_event(event) self.tw.paste_offset = 20 -- cgit v0.9.1