[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [platform-swt-dev] SWT/GTK Widget problem?
|
- From: "Silenio Quarti" <Silenio_Quarti@xxxxxxx>
- Date: Fri, 12 Jul 2002 11:40:54 -0400
- Delivered-to: platform-swt-dev@eclipse.org
Thanks Jeff. I released the change. I fixed Display.error() also.
Silenio
Jeffrey Morgan <kuzman@xxxxxxxxxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx
07/11/02 09:06 PM
Please respond to platform-swt-dev
To: platform-swt-dev@xxxxxxxxxxx
cc:
Subject: [platform-swt-dev] SWT/GTK Widget problem?
In the error() method of the Widget class in SWT/GTK the
code is throwing a SWTError exception. This causes the
wrong exception to be thrown from the constructor. It
would appear that the method should be calling the static
error method on the SWT class. I have attached a patch
that applies this change.
-Jeff