The changes shown by my diffs fix the following:
- properties dialog's name field for the UML message doesn't get
updated if name is blank.
- UML object's is_active, show_attributes, and is_multiple attributes
don't get copied properly during a copy operation.
- UML state's state_type attribute doesn't get copied properly during
a copy operation.
- UML usecase's test_outside attribute doesn't get copied properly
during a copy operation.
dia/objects/UML> cvs diff
cvs server: Diffing .
Index: message.c
===================================================================
RCS file: /cvs/gnome/dia/objects/UML/message.c,v
retrieving revision 1.11
diff -r1.11 message.c
521a522,523
> } else {
> gtk_entry_set_text(prop_dialog->text, "");
Index: object.c
===================================================================
RCS file: /cvs/gnome/dia/objects/UML/object.c,v
retrieving revision 1.10
diff -r1.10 object.c
466a467,470
>
> newpkg->is_active = pkg->is_active;
> newpkg->show_attributes = pkg->show_attributes;
> newpkg->is_multiple = pkg->is_multiple;
Index: state.c
===================================================================
RCS file: /cvs/gnome/dia/objects/UML/state.c,v
retrieving revision 1.1
diff -r1.1 state.c
362a363,364
> newstate->state_type = state->state_type;
>
Index: usecase.c
===================================================================
RCS file: /cvs/gnome/dia/objects/UML/usecase.c,v
retrieving revision 1.8
diff -r1.8 usecase.c
373a374,375
> newusecase->text_outside = usecase->text_outside;
>
-Ben
Ben Hochstedler http://www.mei.com/ GE Marquette Medical Systems
[EMAIL PROTECTED] Phone: 414-362-3317 Fax: 414-362-3389