From fe0f9e6bd05ced25ad7e36800b315e1a8bc5476b Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Sun, 9 Sep 2018 20:11:02 +0000 Subject: Minor fix --- src/ui/clipboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); } -- cgit v1.2.3