diff -r bd979a001163 -r 462d39502273 editxlinkdialog.cpp --- a/editxlinkdialog.cpp Mon Jul 14 09:16:48 2008 +0000 +++ b/editxlinkdialog.cpp Wed Jul 16 11:56:44 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);