diff -r bd979a001163 -r 11f9124c1cca editxlinkdialog.cpp --- a/editxlinkdialog.cpp Mon Jul 14 09:16:48 2008 +0000 +++ b/editxlinkdialog.cpp Mon Aug 04 10:43:06 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);