Comment 4 for bug 64264

Revision history for this message
Pete Ryland (pdr) wrote : Re: Editing the menu doesn't update correctly after changes

And here is another patch, which fixes the handling of .desktop files with a space in their name (amongst other uri-encodable characters). The problem was that gnomvfs converts spaces to %20 encoding. I've fixed this by using gnomevfs's helper functions to do the encoding and decoding.