mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
fix bug #780
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH-1_2_X@5897 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a433e6be25
commit
fd5bd83eaf
@ -1,3 +1,8 @@
|
||||
2002-12-27 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* lyx_main.C (init): make annoying error message a debug message
|
||||
(bug #780)
|
||||
|
||||
2002-10-25 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* lyx_cb.C (AutoSave): move out child process into new class
|
||||
|
@ -316,8 +316,8 @@ void LyX::init(bool gui)
|
||||
FileInfo file(fullbinpath, true);
|
||||
followlink = file.isLink();
|
||||
if (followlink) {
|
||||
lyxerr << " directory " << fullbinpath
|
||||
<< " is a link" << endl;
|
||||
lyxerr[Debug::INIT] << " directory " << fullbinpath
|
||||
<< " is a link" << endl;
|
||||
string link;
|
||||
if (LyXReadLink(fullbinpath, link)) {
|
||||
fullbinpath = link;
|
||||
|
@ -19,6 +19,7 @@ What's new
|
||||
|
||||
** Updates
|
||||
|
||||
- updated italian User Guide
|
||||
|
||||
** Bug fixes
|
||||
|
||||
@ -31,4 +32,7 @@ What's new
|
||||
- fix functions word-find-forward and word-find-backward, which
|
||||
meaning was inverted
|
||||
|
||||
- when the lyx binary was actually a symbolic link, LyX printed
|
||||
annoying debug messages on console; they are debug messages now
|
||||
|
||||
- fix an installation issue with solaris
|
||||
|
Loading…
Reference in New Issue
Block a user