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
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev

Reply via email to