From ddb8a59ea628358fc935615ebb4a3c6a16a609ff Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 19 Apr 2012 14:01:28 +0200 Subject: [PATCH] remove useless spaces --- src/gui_interface.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui_interface.py b/src/gui_interface.py index c00b3283b..4d5c67efb 100644 --- a/src/gui_interface.py +++ b/src/gui_interface.py @@ -1164,20 +1164,20 @@ class Interface: def handle_event_jingleft_cancel(self, obj): ft = self.instances['file_transfers'] file_props = None - + # get the file_props of our session for sid in obj.conn.files_props: fp = obj.conn.files_props[sid] if fp['session-sid'] == obj.sid: file_props = fp break - + ft.set_status(file_props['type'], file_props['sid'], 'stop') file_props['error'] = -4 # is it the right error code? ft.show_stopped(obj.jid, file_props, 'Peer cancelled ' + 'the transfer') - + def handle_event_jingle_incoming(self, obj): # ('JINGLE_INCOMING', account, peer jid, sid, tuple-of-contents==(type, # data...))