]> git.lyx.org Git - lyx.git/commit
Get rid of a Qt-generated stderr message
authorScott Kostyshak <skostysh@lyx.org>
Tue, 11 Sep 2012 03:18:22 +0000 (23:18 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Tue, 11 Sep 2012 03:18:22 +0000 (23:18 -0400)
commit1451c7cf662e4ae02bfc5f7cd1e6b0783fc5d4a7
tree041feae2cb0272eceabff2b74d24bb0426df0ac5
parent9d05ac5c9124608cdbc989161794fe56aa839e1d
Get rid of a Qt-generated stderr message

The stderr message "Object::disconnect: Unexpected null parameter"
often appeared when closing and opening buffers.
GuiView::on_currentWorkAreaChanged should not pass a null pointer
to Object::disconnect.
src/frontends/qt4/GuiView.cpp