From: Richard Heck Date: Fri, 14 Sep 2007 06:35:59 +0000 (+0000) Subject: Surely we do not need to see this every time either. X-Git-Tag: 1.6.10~8355 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=12ac4514068c668d090db24e2c225bcd694171f9;hp=50a7ee76330f20440500f55b491cc2a2cb48bcdb;p=lyx.git Surely we do not need to see this every time either. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20271 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 8a5964334a..be92ee198f 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -649,7 +649,7 @@ void GuiViewBase::currentTabChanged(int i) updateWindowTitle(); updateStatusBar(); - lyxerr << "currentTabChanged " << i + LYXERR(Debug::GUI) << "currentTabChanged " << i << "File" << bv.buffer().fileName() << endl; }