fix printing bug

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_1_6@1802 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2001-03-22 10:27:53 +00:00
parent d832f6c5af
commit 09873d12bb
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-03-22 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* src/frontends/Liason.C (printBuffer): do not forget file name
when printing with empty print_spool_command.
2001-03-13 Dekel Tsur <dekelts@tau.ac.il>
* src/frontends/xforms/FormCitation.C (apply): Do not put space

View File

@ -297,7 +297,7 @@ notify us.
o Configure will seemingly fail to find xpm.h and forms.h on linux
if the kernel headers are not available. Two cases are possible:
- you have not installed the kernel sources. The you should
- you have not installed the kernel sources. Then you should
install them or at least the kernel-headers package (or
whatever it is called in your distribution).

View File

@ -143,7 +143,8 @@ bool printBuffer(Buffer * buffer, PrinterParams const & pp)
command2);
} else
// case 2
res = one.startscript(Systemcalls::SystemDontWait, command);
res = one.startscript(Systemcalls::SystemDontWait,
command + QuoteName(dviname));
break;
case PrinterParams::FILE: