From 237b6b7bf6c38b5547d703496bde02bf4c708ad1 Mon Sep 17 00:00:00 2001 From: Dimitur Kirov Date: Wed, 3 Aug 2005 14:12:58 +0000 Subject: [PATCH] removed comment --- src/gajim.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index ed85694ed..f40d569a0 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -714,7 +714,6 @@ class Interface: file_props['sid'], file_props['received-len']) def handle_event_file_rcv_completed(self, account, file_props): - # it is good to have 'notify_on_new_event' ft = self.windows['file_transfers'] if file_props['error'] == 0: ft.set_progress(file_props['type'], file_props['sid'],