Ticket #3603: patch
| File patch, 468 bytes (added by Dicson, 9 months ago) |
|---|
-
home/test/gajim/src/roster_window.py
4982 4982 jid_dest) 4983 4983 uri = data.strip() 4984 4984 uri_splitted = uri.split() # we may have more than one file dropped 4985 uri_splitted = uri_splitted[0:-1] 4985 4986 nb_uri = len(uri_splitted) 4986 4987 # Check the URIs 4987 4988 bad_uris = []
