Abdelrazak Younes wrote:
Abdelrazak Younes wrote:
The following messages are really Buffer dependant and not BufferView dependant and should stay so IMHO:

lyx_cb.C(289): bv_.buffer()->message(_("Autosave failed!"));
lyx_cb.C(316): bv->buffer()->message(_("Autosaving current document..."));
lyx_cb.C(442): bv->buffer()->message(_("Running configure..."));
lyx_cb.C(451): bv->buffer()->message(_("Reloading configuration..."));
lyxfind.C(292): bv->buffer()->message(_("String not found!"));

Hum, not the last one obviously... (the patch is correct).

I don't really get why you need a signal. Why can't a BufferView.message function not call a WorkArea.message function? There's a one-to-one correspondence, no?

Angus

Reply via email to