Re: [gnome-db] Patch - cvs HEAD - gnome_db_combo.[ch]



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]