Comment 3 for bug 231447

Revision history for this message
poy (poy) wrote :

here is a solution that tries to take care of multiple selections, using a StringList to store paths when they are added to the users list.
also, removed a bool in addUser since it was redundant with other checks already done in that function.

i'm not sure i got it all right, but it worked in the brief test i did...