Ticket #3603: patch

File patch, 468 bytes (added by Dicson, 9 months ago)
  • home/test/gajim/src/roster_window.py

     
    49824982                                jid_dest) 
    49834983                        uri = data.strip() 
    49844984                        uri_splitted = uri.split() # we may have more than one file dropped 
     4985                        uri_splitted = uri_splitted[0:-1] 
    49854986                        nb_uri = len(uri_splitted) 
    49864987                        # Check the URIs 
    49874988                        bad_uris = []