Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
FuncStatus getStatus(FuncRequest const & ev);
This one was supposed to be different for each frontend but none of
the existing one made use of it. Right now the code is:
Abdelrazak> I have deleted those two functions now.
You may have to reintroduce getStatus later, for example if some frontend
introduces a dialog that is not available in others.
LFUN you mean? Strictly speaking a dialog existence is not attached to a
LFUN existence.
I understood this function was for frontends that do not implement some
LFUN. If you agree on that point, you're right and I will have to
introduce something in the Application class that serves the same
purpose. It's just that it was not needed up to now.
Also, you can get rid of LFUN_TOOLTIPS_TOGGLE everywhere in the code.
OK, thanks,
Abdel.