Re: [gnome-db] Patch - cvs HEAD - gnome_db_combo.[ch]
- From: Rodrigo Moya <rodrigo ximian com>
- To: Stephane Wirtel <stephane wirtel brutele be>
- Cc: GDA <gnome-db-list gnome org>, rodrigo ximian org
- Subject: Re: [gnome-db] Patch - cvs HEAD - gnome_db_combo.[ch]
- Date: Wed, 17 Dec 2003 23:16:56 +0100
On Wed, 2003-12-17 at 19:24, Stephane Wirtel wrote:
> Use this patch
>
> The previous patch is wrong.
>
ok, committed with a little fix:
+ g_return_val_if_fail (model == NULL || GDA_IS_DATA_MODEL
(model), NULL);
there is no need to check for model != NULL, since that is already done
in GDA_IS_DATA_MODEL, so I changed it to just:
g_return_val_if_fail (GDA_IS_DATA_MODEL (model), NULL);
thanks for the patch
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]