diff -r 0ff5fc89dc5c -r bfacef6f29c1 attributedialog.cpp --- a/attributedialog.cpp Mon Jan 07 14:52:49 2008 +0000 +++ b/attributedialog.cpp Tue Mar 09 13:09:05 2010 +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); }