[LyX master] Amend ad6aa8ba4b9525

Pavel Sanda sanda at lyx.org
Thu Feb 8 21:16:52 UTC 2024


Please ignore these spurious emails ;) P 

On Thu, Feb 08, 2024 at 09:13:07PM +0000, Juergen Spitzmueller wrote:
> The branch, master, has been updated.
> 
> - Log -----------------------------------------------------------------
> 
> commit 1a214f2380a8768603f43acb9ea65eb1e6d13758
> Author: Richard Kimberly Heck <rikiheck at lyx.org>
> Date:   Sat Dec 23 13:17:56 2023 -0500
> 
>     Remove redundant code
> 
> diff --git a/src/frontends/qt/GuiDocument.cpp b/src/frontends/qt/GuiDocument.cpp
> index 9a2afca924..d4471cff7b 100644
> --- a/src/frontends/qt/GuiDocument.cpp
> +++ b/src/frontends/qt/GuiDocument.cpp
> @@ -3663,10 +3663,8 @@ void GuiDocument::applyView()
>  	else
>  		bp_.bibtex_command = bibtex_command + " " + bibtex_options;
>  
> -	if (biblioChanged_) {
> +	if (biblioChanged_)
>  		buffer().invalidateBibinfoCache();
> -		buffer().removeBiblioTempFiles();
> -	}
>  
>  	// Indices
>  	indicesModule->apply(bp_);
> 
> -----------------------------------------------------------------------
> 
> Summary of changes:
>  src/frontends/qt/GuiDocument.cpp | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> 
> hooks/post-receive
> -- 
> The LyX Source Repository
> -- 
> lyx-cvs mailing list
> lyx-cvs at lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-cvs


More information about the lyx-cvs mailing list