From kfm-devel Fri Jul 27 08:53:46 2001 From: Daniel Molkentin Date: Fri, 27 Jul 2001 08:53:46 +0000 To: kfm-devel Subject: Fwd: bug solved in konqueror ? X-MARC-Message: https://marc.info/?l=kfm-devel&m=99622459705767 Hi JES! I'll forward this to kfm-devel, the konq devel mailing list and to the KJS author. ---------- Forwarded Message ---------- Subject: bug solved in konqueror ? Date: Fri, 27 Jul 2001 10:25:53 +0200 From: JES To: kde-devel@kde.org Hi, Seems like I solved a bug ( #28477), but I don't know if I did the right thing and if it has no consequences somewhere else in the code. What's the ritual for this ? Should this be sent to some mailinglist ? Thanks, Edwin [edwin@localhost kjs]$ pwd /install/kde.cvs/kdelibs/kjs [edwin@localhost kjs]$ cvs diff grammar.y Index: grammar.y =================================================================== RCS file: /home/kde/kdelibs/kjs/grammar.y,v retrieving revision 1.25 diff -r1.25 grammar.y 392c392 < | '{' StatementList '}' { $$ = new BlockNode($2); DBG($$, @3, @3); } --- > | '{' SourceElements '}' { $$ = new FunctionBodyNode($2); } >> >> Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to >> unsubscribe << -------------------------------------------------------