On 03/08/2010 08:07 PM, [email protected] wrote:
Author: rgheck
Date: Mon Mar 8 20:07:05 2010
New Revision: 33679
URL: http://www.lyx.org/trac/changeset/33679
Log:
Introduce isBufferValid() method now, that returns true also for cloned
Buffers. Use it, as well.
I don't understand the need for this. I mean, we shouldn't be needing
this method. If we need the buffer then the buffer must be set, period.
So I would just access buffer() and fixes upward the cases where buffer_
is not properly set.
Abdel.