[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PSPP crashes on Lion
From: |
John Darrington |
Subject: |
Re: PSPP crashes on Lion |
Date: |
Sun, 8 Jan 2012 14:03:05 +0000 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
On Sat, Jan 07, 2012 at 01:15:38PM -0800, Ben Pfaff wrote:
OK, I now see what the problem was. Beats me why I couldn't
reproduce it before. Other kinds of charts work just as well.
Anyhow, I pushed an adjustment to your fix:
- apply_options (xr->xr, o);
+ if (is_table_item (xr->item))
+ apply_options (xr->xr, o);
This surprises me. Shouldn't charts and text items also be capable
of changing their colours and fonts?
J'
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://keys.gnupg.net or any PGP keyserver for public key.
signature.asc
Description: Digital signature
- Re: PSPP crashes on Lion, John Darrington, 2012/01/05
- Re: PSPP crashes on Lion, Ben Pfaff, 2012/01/06
- Re: PSPP crashes on Lion, John Darrington, 2012/01/06
- Re: PSPP crashes on Lion, John Darrington, 2012/01/06
- Re: PSPP crashes on Lion, Ben Pfaff, 2012/01/07
- Re: PSPP crashes on Lion, John Darrington, 2012/01/07
- Re: PSPP crashes on Lion, Ben Pfaff, 2012/01/07
- Re: PSPP crashes on Lion,
John Darrington <=
- Re: PSPP crashes on Lion, Ben Pfaff, 2012/01/08