Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> If there's no objection then I will proceed to 2) at the
Abdelrazak> end of the day.
That seems OK. Obviously I did not have much time to look at it
but:
* lyXFunc is an horrible name :)
Abdelrazak> Suggestion?
lyxFunc?
That's fine with me but Georg told me that 'x' needs to be capitalized
withn lyx.
* this looks wrong:
+void Application::setBufferView(BufferView * buffer_view) +{ +
buffer_view_ = buffer_view_;
+}
Abdelrazak> You're right but it is necessary for now.
Look at it again. Your assignment is a no-op.
Oups! Thanks you :-)
Abdel.