Searched refs:oldPrefFile (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dpreferences.cpp321 gchar * oldPrefFile = g_build_filename(legacyDir.c_str(), PREFERENCES_FILE_NAME, NULL); local
322 if (oldPrefFile) {
323 if (g_file_test(oldPrefFile, G_FILE_TEST_EXISTS)) {
325 Inkscape::XML::Document *oldPrefs = loadImpl( oldPrefFile, errMsg );
365 g_free(oldPrefFile);
366 oldPrefFile = 0;

Completed in 20 milliseconds