diff -r 0ff5fc89dc5c -r 2a33304714ba attributedialog.cpp --- a/attributedialog.cpp Mon Jan 07 14:52:49 2008 +0000 +++ b/attributedialog.cpp Tue Nov 17 08:24:59 2009 +0000 @@ -88,7 +88,7 @@ { aw=new AttributeWidget (this); aw->setKey (keyList.at(i) ); - // FIXME aw->setValues (table->getValues (keyList.at(i) )); + // FIXME-3 aw->setValues (table->getValues (keyList.at(i) )); aw->show(); tableLayout->addWidget (aw); }