diff -r 2d4cc445a86a -r ee6b0f3a4c2f attributedialog.cpp --- a/attributedialog.cpp Mon Mar 23 09:06:51 2009 +0000 +++ b/attributedialog.cpp Thu Mar 26 07:49:17 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); }