[Uml-devel] [Bug 100307] classes in packages are not recognized in add-attribute-dialog

Oliver Kellogg okellogg at users.sourceforge.net
Sat Feb 26 10:47:53 UTC 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=100307         
okellogg users sourceforge net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From okellogg users sourceforge net  2005-02-26 19:43 -------
CVS commit by okellogg: 

BUG:100307 - setupDialog(): Use UMLClassifier::getFullyQualifiedName().


  M +1 -0      ChangeLog   1.70
  M +1 -1      umbrello/dialogs/umlattributedialog.cpp   1.24


--- kdesdk/umbrello/ChangeLog  #1.69:1.70
 @ -30,4 +30,5  @
 96216 96221 96964 97155 97182 97697 97887 97984 98603 98899
  99697 100142
+100290 100307
 
 Version 1.3

--- kdesdk/umbrello/umbrello/dialogs/umlattributedialog.cpp  #1.23:1.24
 @ -114,5 +114,5  @ void UMLAttributeDialog::setupDialog() {
         UMLClassifier* obj;
         for (obj=namesList.first(); obj!=0; obj=namesList.next()) {
-                insertType( obj->getName() );
+                insertType( obj->getFullyQualifiedName(".") );
         }




More information about the umbrello-devel mailing list