[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA-dev: Complaint: Stuff in CVS is not GTK-2.4 compliant
>>> 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
_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev