diff -r 9abdd5e6c3dc -r 827d334d55f1 mainwindow.cpp --- a/mainwindow.cpp Fri Feb 01 15:28:35 2008 +0000 +++ b/mainwindow.cpp Fri Feb 01 15:28:35 2008 +0000 @@ -3801,8 +3801,8 @@ void Main::testFunction1() { if (!currentMapEditor()) return; - //currentMapEditor()->testFunction1(); - editAttribute(); + currentMapEditor()->testFunction1(); + //editAttribute(); } void Main::testFunction2()