Show
Ignore:
Timestamp:
11/09/07 20:30:15 (13 months ago)
Author:
asterix
Message:

merge some fixes from trunk: [8864] [8866] [8881] [8884] [8887] [8894] [8895] [8902] [8903] [8904] [8905] [8906] [8910] [8918] [8919] [8921] [8923] [8924] [8938] [8942] [8952] [8953] [8954]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.2/src/common/zeroconf/connection_handlers_zeroconf.py

    r8699 r8955  
    582582                file_props['request-id'] = unicode(iq_obj.getAttr('id')) 
    583583                file_props['sid'] = unicode(si.getAttr('id')) 
     584                file_props['transfered_size'] = [] 
    584585                gajim.socks5queue.add_file_props(self.name, file_props) 
    585586                self.dispatch('FILE_REQUEST', (jid, file_props))