Skip to content

files-view: use GLib for action name escaping

Ghost User requested to merge (removed):action-name-escaping into master

URI-encoding the strings takes care of all illegal characters and removes the need for our own escaping method.

Fixes #69 (closed).

Merge request reports