On Sun, Oct 13, 2002 at 06:13:34PM +0100, Kornel Benko wrote:

> How?
> (I could do some debugging if I were pointed in the correct direction.)

see if this fixes it

john


Index: QLyXKeySym.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/qt2/QLyXKeySym.C,v
retrieving revision 1.9
diff -u -r1.9 QLyXKeySym.C
--- QLyXKeySym.C        24 Sep 2002 13:57:08 -0000      1.9
+++ QLyXKeySym.C        13 Oct 2002 17:35:56 -0000
@@ -61,8 +61,8 @@
        string sym(qkey_to_string(key_));
 
        if (sym.empty()) {
-               lyxerr[Debug::KEY] << "sym empty in getSymbolName()" << endl;
-               sym = text_.latin1();
+               lyxerr[Debug::KEY] << "sym empty in getSymbolName() for key " << key_ 
+<< endl;
+               sym = "none";
        }
        lyxerr[Debug::KEY] << "getSymbolName() -> " << sym << endl;
        return sym;

-- 
"That's just kitten-eating wrong."
        - Richard Henderson

Reply via email to