diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-05-03 18:14:16 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-05-03 18:21:10 +0000 |
| commit | 487129e4efe7062444f89c3870b85a11c21f26f9 (patch) | |
| tree | 70140184a00b73bf9aac7ec85339ac133bdf2c3d /src/display/drawing-text.cpp | |
| parent | Adds out of bound check for selecting text on path (diff) | |
| download | inkscape-487129e4efe7062444f89c3870b85a11c21f26f9.tar.gz inkscape-487129e4efe7062444f89c3870b85a11c21f26f9.zip | |
Fix opening of files on Windows (and possibly elsewhere)
What we pass as "uri" is not an URI, it usually seems to be a file
path, so we were lucky it "accidentally" used to work before.
Replace
Gio::File::create_for_uri
with
Gio::File::create_for_commandline_arg
which should handle both URIs and absolute paths reliably.
Diffstat (limited to 'src/display/drawing-text.cpp')
0 files changed, 0 insertions, 0 deletions
