gEDA-dev: Complaint: Stuff in CVS is not GTK-2.4 compliant

Stuart Brorson sdb at cloud9.net
Mon Dec 18 06:15:26 EST 2006


>>> My build failed with this error:
>>>
>>> /usr/local/src/geda/gaf/gschem/src/x_autonumber.c:1082: undefined
>>> reference to `gtk_combo_box_get_active_text'
>>
>
> It can be replaced with two lines:
>
>  widget = gtk_bin_get_child(GTK_BIN(widget));
>  text = g_strdup(gtk_entry_get_text( GTK_ENTRY(widget)));

Thanks, Werner!  The build now runs to completion.

I committed this change to CVS.

Stuart


More information about the geda-dev mailing list