mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
fix bug #780
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5898 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
737c9af407
commit
862fae8f44
@ -1,3 +1,8 @@
|
|||||||
|
2002-12-27 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
|
* lyx_main.C (init): remove annoying error message when following
|
||||||
|
symbolic links (bug #780)
|
||||||
|
|
||||||
2002-12-26 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
2002-12-26 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
* text.C (insertChar):
|
* text.C (insertChar):
|
||||||
|
@ -294,8 +294,8 @@ void LyX::init(bool gui)
|
|||||||
FileInfo file(fullbinpath, true);
|
FileInfo file(fullbinpath, true);
|
||||||
followlink = file.isLink();
|
followlink = file.isLink();
|
||||||
if (followlink) {
|
if (followlink) {
|
||||||
lyxerr << " directory " << fullbinpath
|
lyxerr[Debug::INIT] << " directory " << fullbinpath
|
||||||
<< " is a link" << endl;
|
<< " is a link" << endl;
|
||||||
string link;
|
string link;
|
||||||
if (LyXReadLink(fullbinpath, link, true)) {
|
if (LyXReadLink(fullbinpath, link, true)) {
|
||||||
fullbinpath = link;
|
fullbinpath = link;
|
||||||
|
Loading…
Reference in New Issue
Block a user