Andre Poenitz wrote:
On Wed, Sep 27, 2006 at 10:24:15AM -0000, [EMAIL PROTECTED] wrote:
URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/BufferView.C?rev=15161
==============================================================================
--- lyx-devel/trunk/src/BufferView.C (original)
+++ lyx-devel/trunk/src/BufferView.C Wed Sep 27 12:24:13 2006
@@ -186,7 +184,7 @@
lyxerr[Debug::INFO] << BOOST_CURRENT_FUNCTION
<< " No Buffer!" << endl;
// We are closing the buffer, use the first buffer as current
- buffer_ = bufferlist.first();
+ buffer_ = theApp->bufferList().first();
} else {
// Set current buffer
buffer_ = b;
Could you please add '-c' to your diff options so that we can see in
which function these changes are.
Hum, wait... I did not generate this diff. It was generated
automatically by svn or track or whatever. Lars, could you add this "-c"
option for lyx-cvs please?
Abdel.