diff -r bd979a001163 -r 7f43b93242aa editxlinkdialog.cpp --- a/editxlinkdialog.cpp Mon Jul 14 09:16:48 2008 +0000 +++ b/editxlinkdialog.cpp Mon Oct 06 11:10:20 2008 +0000 @@ -62,8 +62,8 @@ if (xlo) { if (selection && - ((typeid(*selection) == typeid(BranchObj)) || - (typeid(*selection) == typeid(MapCenterObj))) ) + (typeid(*selection) == typeid(BranchObj)) || + (typeid(*selection) == typeid(MapCenterObj)) ) { QColor col=((BranchObj*)(selection))->getColor(); xlo->setColor(col);