RE: [patch] Object::disconnect: Unexpected null parameter

2012-09-10 Thread Scott Kostyshak
From: lyx-devel@lists.lyx.org [lyx-devel@lists.lyx.org] on behalf of Pavel Sanda [sa...@lyx.org] Sent: Tuesday, August 21, 2012 5:05 AM > It looks innocent, go ahead. Pavel The commit is in. Thanks, Scott

Re: [patch] Object::disconnect: Unexpected null parameter

2012-08-21 Thread Pavel Sanda
Scott Kostyshak wrote: > I get this message as a result of GuiView::closeBuffer(Buffer & buf) > eventually calling GuiView::on_currentWorkAreaChanged(GuiWorkArea * wa) in > the case that d.current_work_area_ is null. It looks innocent, go ahead. Pavel

[patch] Object::disconnect: Unexpected null parameter

2012-08-13 Thread Scott Kostyshak
The attached patch gets rid of the message Object::disconnect: Unexpected null parameter which often appears (at least in Linux) when closing buffers. I get this message as a result of GuiView::closeBuffer(Buffer & buf) eventually calling GuiView::on_currentWorkAreaChanged(GuiWorkArea * wa) in th