[Uml-devel] kdesdk/umbrello/umbrello

Jonathan Riddell jr at jriddell.org
Sun Feb 8 09:21:12 UTC 2004


On Sun, Feb 08, 2004 at 09:30:47AM +0100, Sebastian Stein wrote:
> CVS commit by sstein: 
> 
> Give a hint to the user, why the operation was not added. I think
> with this commit and the previous one by Oliver, bug #73926 is now
> fixed. Could everybody please test it, so that we can backport the
> fix???

Works for me.  Please do the backport.

> +                } else if (classifier->checkOperationSignature(op->getName(), op->getParmList())) {
> +                        KMessageBox::information(0, i18n("An operation with the same name and signature already exists. You can not add it again."));
> +                } else {
> +                        break;
>                  }
> +        } while(1);

But you can't backport an i18n() string.  You'll have to leave your
patch out which isn't very user friendly but is better than what
happens at the moment.

Jonathan Riddell




More information about the umbrello-devel mailing list