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



>> 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]