>>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:

Georg> This patch (for 1.4, but I guess it applies also to trunk)
Georg> fixes bug 2789 for me (see
Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2789).

Georg> Please test.

It looks good at least, I'll try to test it.

Just a remark:

        case LFUN_INSET_INSERT: {
                //lyxerr << "arg: " << cmd.argument << endl;
                string const name = cmd.getArg(0);
-               if (name == "label") {

It would be better to assert on `name == "label"'.

JMarc

Reply via email to