[Uml-devel] kdesdk/umbrello/umbrello/dialogs
Oliver Kellogg
okellogg at users.sourceforge.net
Tue Oct 26 11:14:01 UTC 2004
CVS commit by okellogg:
Fix for bug 92116 by Stefan Walter (sw_AT_gegenunendlich.de)
M +1 -1 classifierlistpage.cpp 1.22
--- kdesdk/umbrello/umbrello/dialogs/classifierlistpage.cpp #1.21:1.22
@@ -353,5 +353,5 @@ void ClassifierListPage::slotDownClicked
UMLClassifierListItem* currentAtt = getItemList().at( index );
takeClassifier(currentAtt);
- addClassifier(currentAtt, index + 2);
+ addClassifier(currentAtt, index + 1);
slotClicked( item );
}
More information about the umbrello-devel
mailing list