diff options
| author | Marc Jeanmougin <marcjeanmougin@free.fr> | 2018-09-09 20:11:02 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2018-09-09 20:11:02 +0000 |
| commit | fe0f9e6bd05ced25ad7e36800b315e1a8bc5476b (patch) | |
| tree | 38f642e156476ec85e9070b091f11c37e24474bf /src/ui/clipboard.cpp | |
| parent | MSYS2: Use system python2-six to avoid conflict with pip version (diff) | |
| download | inkscape-fe0f9e6bd05ced25ad7e36800b315e1a8bc5476b.tar.gz inkscape-fe0f9e6bd05ced25ad7e36800b315e1a8bc5476b.zip | |
Minor fix
Diffstat (limited to 'src/ui/clipboard.cpp')
| -rw-r--r-- | src/ui/clipboard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/clipboard.cpp b/src/ui/clipboard.cpp index 778c8693d..65a704278 100644 --- a/src/ui/clipboard.cpp +++ b/src/ui/clipboard.cpp @@ -1288,7 +1288,7 @@ void ClipboardManagerImpl::_onGet(Gtk::SelectionData &sel, guint /*info*/) } catch (...) { } - //g_unlink(filename); // delete the temporary file + g_unlink(filename); // delete the temporary file g_free(filename); } |
