gEDA-dev: [PATCH][3/3] Merge GList selection changes

Werner Hoch werner.ho at gmx.de
Thu Dec 21 13:00:58 EST 2006


Hi Peter,

On Sunday 17 December 2006 12:53, Peter TB Brett wrote:
> Just to clarify, the correct patch is in fact:
>
> --- a/gschem/src/x_autonumber.c
> +++ b/gschem/src/x_autonumber.c
> @@ -582,4 +582,5 @@ void autonumber_remove_number(AUTONUMBER_TEXT *
> autotext, OBJECT *o_current) if (slot_str != NULL && o_slot != NULL)
> {
>  	g_free(slot_str);
>  	/* delete the slot attribute */
> -	o_selection_remove
> (autotext->toplevel->page_current->selection2_head, o_slot);
> +	o_selection_remove
> (&(autotext->toplevel->page_current->selection_list), +              
>             o_slot);
>

Changed it in CVS. Thanks.

Regards
Werner


More information about the geda-dev mailing list