diff -r bd979a001163 -r 7ddbe3fa34a1 editxlinkdialog.cpp --- a/editxlinkdialog.cpp Mon Jul 14 09:16:48 2008 +0000 +++ b/editxlinkdialog.cpp Mon Dec 08 16:57:33 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);