Hi Guys,

        I've fixed a slight (but very annoying)
bug in Lyx-1.1.6fix4 involving the reading of biliography
keys.  The only kind of whitespace being stripped from
the start of a key was spaces, (i.e. tabs were not stripped).

This is easily fixed by changing line 309 of src/insets/insetbib.C
the new version of line 309 is shown here with lines 308-310
for localization.

308: linebuf = split(linebuf, tmp, ',');
309: tmp = frontStrip(tmp," \t");
310: if (!tmp.empty()) {

I'm not ready to learn your CVS system and possibly
fuck things up, so I figured somebody else could
probably make this change.

-Henry

-- 
Henry D. Pfister       Office: EBU-I 2321
Phone: (858) 822-0436  E-mail: [EMAIL PROTECTED] 
  Fax: (858) 534-2486     Web: http://cwc.ucsd.edu/~pfister/

Reply via email to