Re: [gnome-db] Patch - cvs HEAD - gnome_db_combo.[ch]
- From: Stephane Wirtel <stephane wirtel brutele be>
- To: Rodrigo Moya <rodrigo ximian com>
- Cc: GDA <gnome-db-list gnome org>, rodrigo ximian org
- Subject: Re: [gnome-db] Patch - cvs HEAD - gnome_db_combo.[ch]
- Date: Thu, 18 Dec 2003 09:33:47 +0100
>> 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);
ok, thanks for this advice, i didn't know it.
---end quoted text---
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]