Juergen, can i put it in branch too ?
> Author: sanda > Date: Tue Dec 11 02:38:40 2007 > New Revision: 22076 > > URL: http://www.lyx.org/trac/changeset/22076 > Log: > Add selection dbg output. > > Modified: > lyx-devel/trunk/src/frontends/qt4/GuiSelection.cpp > > Modified: lyx-devel/trunk/src/frontends/qt4/GuiSelection.cpp > URL: > http://www.lyx.org/trac/file/lyx-devel/trunk/src/frontends/qt4/GuiSelection.cpp?rev=22076 > ============================================================================== > --- lyx-devel/trunk/src/frontends/qt4/GuiSelection.cpp (original) > m+++ lyx-devel/trunk/src/frontends/qt4/GuiSelection.cpp Tue Dec 11 02:38:40 > 2007 > @@ -100,6 +100,8 @@ > if (!selection_supported_) > return true; > > + LYXERR(Debug::ACTION, "GuiSelection::empty: " << text_selection_empty_); > + > return text_selection_empty_; > }