removed partly written code

This commit is contained in:
Dimitur Kirov 2005-08-06 20:44:04 +00:00
parent fb691080fe
commit ccb0485717
1 changed files with 1 additions and 5 deletions

View File

@ -671,11 +671,7 @@ class Connection:
listener = gajim.socks5queue.start_listener(self.peerhost[0], port, listener = gajim.socks5queue.start_listener(self.peerhost[0], port,
sha_str, self.result_socks5_sid, file_props['sid']) sha_str, self.result_socks5_sid, file_props['sid'])
if listener == None: if listener == None:
if streamhost == []: #~ # FIXME - raise error dialog that address is in use
file_props['error'] = -3
self.dispatch('FILE_REQUEST_ERROR', (jid, file_props))
print ''
# FIXME - raise error dialog that address is in use
return return
iq = common.xmpp.Protocol(name = 'iq', to = str(receiver), iq = common.xmpp.Protocol(name = 'iq', to = str(receiver),