[Uml-devel] Re: kdesdk/umbrello/umbrello/dialogs

Jonathan Riddell jr at jriddell.org
Tue Oct 28 15:34:16 UTC 2003


On Wed, Oct 29, 2003 at 12:29:57AM +0100, Oliver Kellogg wrote:
> CVS commit by okellogg: 
> 
> Oops, fix the fix.
> 
> 
>   M +2 -1      assocgenpage.cpp   1.8
> 
> 
> --- kdesdk/umbrello/umbrello/dialogs/assocgenpage.cpp  #1.7:1.8
> @@ -15,4 +15,5 @@
>  
>  #include "assocgenpage.h"
> +#include "../association.h"
>  
>  AssocGenPage::AssocGenPage (UMLDoc *d, QWidget *parent, AssociationWidget *assoc)
> @@ -74,5 +75,5 @@ void AssocGenPage::constructWidget() {
>  
>          // set value in association type
> -        m_pTypeLE->setText(UMLAssociation::typeAsString(m_assoc->getAssocType()));
> +        m_pTypeLE->setText(UMLAssociation::typeAsString(m_pAssociationWidget->getAssocType()));
>  
>          m_pDoc->setWordWrap(QMultiLineEdit::WidgetWidth);

Ah hah, was just about to ask if that was my fault or your fault.
Fortunatly you took the blame :)

Jonathan Riddell




More information about the umbrello-devel mailing list