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

/inkscape/src/extension/
H A Derror-file.cpp54 gchar * ext_error_file = Inkscape::Application::profile_path(EXTENSION_ERROR_LOG_FILENAME); local
55 dialog_text += ext_error_file;
56 g_free(ext_error_file);
H A Dextension.cpp666 gchar * ext_error_file = Inkscape::Application::profile_path(EXTENSION_ERROR_LOG_FILENAME); local
667 gchar * filename = g_filename_from_utf8( ext_error_file, -1, NULL, NULL, NULL );
674 g_free(ext_error_file);

Completed in 36 milliseconds