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


_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev

Reply via email to