Commit a420c7dd authored by Dan Pascu's avatar Dan Pascu

Reverted incorrect fix

parent facb2ac3
...@@ -190,6 +190,6 @@ class VNCClient(QObject): ...@@ -190,6 +190,6 @@ class VNCClient(QObject):
def _EH_RFBCutTextEvent(self, event): def _EH_RFBCutTextEvent(self, event):
if self.rfb_client is not None: if self.rfb_client is not None:
self.rfb_client.send_client_cut_text(event.text.encode('utf8')) self.rfb_client.send_client_cut_text(event.text)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment