Searched defs:is_copy (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dfile.cpp839 bool is_copy = (save_method == Inkscape::Extension::FILE_SAVE_METHOD_SAVE_COPY); local
891 if (is_copy) {
943 // FIXME: does the argument !is_copy really convey the correct meaning here?
944 success = file_save(parentWindow, doc, fileName, selectionType, TRUE, !is_copy, save_method);

Completed in 598 milliseconds