1.1 --- a/editxlinkdialog.cpp Fri Mar 06 15:02:58 2009 +0000
1.2 +++ b/editxlinkdialog.cpp Mon Jul 27 12:53:17 2009 +0000
1.3 @@ -57,19 +57,21 @@
1.4 }
1.5 }
1.6
1.7 -void EditXLinkDialog::setColorHeadingButtonPressed()
1.8 +void EditXLinkDialog::setColorHeadingButtonPressed() //FIXME-2
1.9 {
1.10 +/*
1.11 if (xlo)
1.12 {
1.13 if (selection &&
1.14 - (typeid(*selection) == typeid(BranchObj) ||
1.15 - typeid(*selection) == typeid(MapCenterObj)) )
1.16 + (typid(*selection) == typid(BranchObj) ||
1.17 + typid(*selection) == typid(MapCenterObj)) )
1.18 {
1.19 QColor col=((BranchObj*)(selection))->getColor();
1.20 xlo->setColor(col);
1.21 ui.colorButton->setPaletteBackgroundColor (col);
1.22 }
1.23 }
1.24 + */
1.25 }
1.26
1.27 bool EditXLinkDialog::useSettingsGlobal ()