In src/dialogs.c:

>  
>  	g_return_val_if_fail(!EMPTY(utf8_filename), FALSE);
>  
>  	if (doc->file_name != NULL)
>  	{
> -		if (rename_file)
> -		{
> -			document_rename_file(doc, utf8_filename);
> -		}
> +		if (remove_orig_file && strcmp(utf8_filename, doc->file_name) != 0)

Is doc->file_name UTF8?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.