mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
do not reconfigure when not needed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9651 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3b1ba5eb66
commit
73603ed31b
@ -1,3 +1,7 @@
|
||||
2005-02-20 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* lyx_main.C (queryUserLyXDir): fix test for rerunning configure
|
||||
|
||||
2005-02-15 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* rowpainter.C (paintText): Ensure that "paragraphs().size() - 1"
|
||||
|
@ -625,7 +625,7 @@ bool LyX::queryUserLyXDir(bool explicit_userdir)
|
||||
if (fs::exists(configure_script) &&
|
||||
fs::exists(userDefaults) &&
|
||||
fs::last_write_time(configure_script)
|
||||
< fs::last_write_time(userDefaults)) {
|
||||
> fs::last_write_time(userDefaults)) {
|
||||
reconfigure = true;
|
||||
}
|
||||
return reconfigure;
|
||||
|
Loading…
Reference in New Issue
Block a user