diff -r 0ff5fc89dc5c -r 988f1908a7c4 attributedialog.cpp --- a/attributedialog.cpp Mon Jan 07 14:52:49 2008 +0000 +++ b/attributedialog.cpp Fri Jul 23 16:43:49 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); }