GNOME Bugzilla – Bug 364553
Run with arguments is confusing
Last modified: 2006-10-23 21:20:55 UTC
because procedural run() contactenates app and arguments, this call doesn't work: run('evince','./test-encrypt.pdf',) instead it should be (note the space before arguments) run('evince',' ./test-encrypt.pdf',) I suggest to insert this space automatically
You're absolutely correct. I've just fixed this in CVS. Thanks! :)