Hi all.
I found a simple solution to this problem:
_______________________________________________
gboolean dt_colorspaces_is_profile_equal(const char *fullname, const char
*filename)
{
…
… - - : !strcmp(fullname, filename);
++ : !strcmp( _colorspaces_get_base_name (fullname),
_colorspaces_get_base_name (filename));
}
_______________________________________________
As far as I understand the correspondence of the profile found in the system to
the
profile specified in the editing history is checked here.
But at the same time I suppose that there is no difference in which of four
directories
the profile file is located.
Am I right? Or still need to consider location of the file?
--
Mike
___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to [email protected]