]> git.lyx.org Git - lyx.git/commit
Simplify LFUN_BUFFER_FORALL
authorScott Kostyshak <skostysh@lyx.org>
Mon, 15 Oct 2012 14:05:20 +0000 (10:05 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Mon, 15 Oct 2012 14:05:20 +0000 (10:05 -0400)
commit250f60f36ba02d384a0cf82c5b86db9f463f5139
tree4110708b4be304b10b80dc3741af718f6762c8f8
parent3a5c0f66a008f9e7baadd017ff0b37c4f6789b6a
Simplify LFUN_BUFFER_FORALL

buffer-forall only takes one parameter now, which is the LFUN to
dispatch on all non-hidden buffers. A hidden buffer is defined as being
internally open in LyX, but not visible in any window (view).

Thanks, JMarc.
src/LyXAction.cpp
src/frontends/qt4/GuiApplication.cpp