Abdelrazak Younes wrote:
Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:

Abdelrazak> The problem here is that the Toc dialog has not been
Abdelrazak> reconstructed (because it comes after in the list of
Abdelrazak> dialogs).

Abdelrazak> This patch should definitely go _before_ 1.5.0; OK?

I understand that we need to fix that before 1.5.0 and that this is
the easiest route, but in general I'd rather avoid to add explicit
tests against LFUNS like this one. (not that I have a better solution
at hand...).

Here is an alternative patch.

The part below was not meant to be in the patch, please ignore:

@@ -462,7 +474,7 @@
        }

        BOOST_ASSERT(work_area_);
-       string const & layout =     work_area_->bufferView().cursor().
+       docstring const & layout = work_area_->bufferView().cursor().
                innerParagraph().layout()->name();

        if (layout != current_layout) {


Reply via email to