Thanks for the approval ᐧ
On Wed, Feb 26, 2014 at 7:24 AM, Richard Heck <rgh...@lyx.org> wrote: > On 02/25/2014 12:40 PM, Prannoy Pilligundla wrote: > > I did send my GPL mail and i removed the unwanted comment that Pavel had > pointed out.I am attaching both the patches > > > Committed. Thanks. > > rh > > > > Thanks and Regards > Prannoy Pilligundla > ᐧ > > > On Tue, Feb 25, 2014 at 4:06 PM, Prannoy Pilligundla < > prannoy.b...@gmail.com> wrote: > >> ᐧ >> >> There was one whitespace error in the LyXRC.h file.I am sorry for the >> carelessness >> >> On Tue, Feb 25, 2014 at 11:05 AM, Pavel Sanda <sa...@lyx.org> wrote: >> >>> Prannoy Pilligundla wrote: >>> > index ce78d29..4ffe7d6 100644 >>> > --- a/src/frontends/qt4/GuiView.cpp >>> > +++ b/src/frontends/qt4/GuiView.cpp >>> > @@ -3879,7 +3879,9 @@ void GuiView::toggleFullScreen() >>> > setContentsMargins(-2, -2, -2, -2); >>> > saveLayout(); >>> > setWindowState(windowState() ^ Qt::WindowFullScreen); >>> > - statusBar()->hide(); >>> > + //statusBar()->hide(); >>> >>> this line can be completely kicked out >> >> >> Do i have to send an other patch with this change? >> >> > >