Edwin Leuven wrote:
Peter Kümmel wrote:
It crashes? Here I've no problems.

that was a missing sysdir.

now it crashes when i open the document settings dialog and then close it again

The problems lies in Dialogs.C:

void Dialogs::disconnect(string const & name)
{
        if (!isValidName(name))
                return;

        open_insets_[name] = 0;  // <= HERE
}

open_insets_ is empty, hence the crash.

Abdel.

Reply via email to