[E-devel] Engrave patch

2007-01-10 Thread DaveMDS
Hi this patch add to engrave the function: engrave_part_state_remove(part,state) that will remove the part_state from the part. PS: leviathan: thanks for the good previous commit. Dave Index: src/lib/engrave_part.c === RCS file: /c

Re: [E-devel] engrave patch

2007-01-03 Thread Hisham Mardam Bey
On 1/3/07, DaveMDS <[EMAIL PROTECTED]> wrote: > Attached a patch that resolv a bug in > > engrave_group_part_by_name_find(). > committed - thanks! -- Hisham Mardam Bey MSc (Computer Science) http://hisham.cc/ +9613609386 Codito Ergo Sum (I Code Therefore I Am) --

Re: [E-devel] engrave patch

2007-01-03 Thread DaveMDS
Attached a patch that resolv a bug in engrave_group_part_by_name_find(). Index: engrave_group.c === RCS file: /var/cvs/e/e17/libs/engrave/src/lib/engrave_group.c,v retrieving revision 1.18 diff -r1.18 engrave_group.c 423c423 <

[E-devel] Engrave patch

2006-12-25 Thread Chady Kassouf
Hi, here's the first of a series of patches for engrave to once again update it with edje. This adds the spectrum parts. I intend to continue updating all aspects of engrave, so I ask for permission to commit the changes directly (I already have dev access under the username "leviathan") Regard