GTG

Comment 1 for bug 504366

Revision history for this message
Lionel Dricot (ploum-deactivatedaccount) wrote :

simply converting space to underscore should be enough and user friendly, I think.

It should be really easy : in the tagstore.py, in Tag, just str.replace(" ","_") in the rename function. (no time to do it now)