validate:launcher: unquote the path to remove special characters
authorVineeth T M <vineeth.tm@samsung.com>
Mon, 20 Jul 2015 10:35:34 +0000 (19:35 +0900)
committerLuis de Bethencourt <luis@debethencourt.com>
Wed, 22 Jul 2015 15:39:43 +0000 (16:39 +0100)
commit074406bc2c87df79641c03ab3910789d7e35d5a0
tree073cf0095a090bf8611b89cb4d6e6f4e6ac3e19e
parente4906c72899e485f674ce818181306875201ad92
validate:launcher: unquote the path to remove special characters

When getting path from url using, url2path, it is returning
special characters (%20 for space etc..), instead of returning
plain path. path.unquote replaces the same..

https://bugzilla.gnome.org/show_bug.cgi?id=752611
validate/launcher/utils.py