diff -r 9e196213c003 -r 827d334d55f1 mainwindow.cpp --- a/mainwindow.cpp Wed Jan 16 15:45:19 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()