[E-devel] esmart missing edje-config check in configure.in

2004-01-12 Thread Mike Frysinger
down in src/draggies/dragable.h there is a #include but the configure.in check doesnt do any checks for edje-config :x useless include ? a comment mentions 'Assign it to an edje part, that's dragable and unconfined' but theres no edje-specific code that i can see ... -mike --

[E-devel] esmart container broken in cvs!

2004-01-12 Thread The Rasterman
hey rephorm!! :) esmart container code is broken in cvs - u forgot to cvs add utils.h somewhere... and ltdl.h isnt found either :) -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]

[E-devel] pager behavior changed (e16)

2004-01-12 Thread Mike Frysinger
i noticed with latest cvs that when i hold alt and left click to move the pager, the mouse click gets sent when i let go of the mouse ... i also use left mouse to select virtual desktops ... it's annoying because i just want to move the pager, not also select a desktop to switch to :) -mike -

Re: [E-devel] Edje memory leak - need help

2004-01-12 Thread The Rasterman
On Sun, 11 Jan 2004 13:53:41 +0100 Tilman Sauerbeck <[EMAIL PROTECTED]> babbled: > Hi folks, > last night I spotted a memory leak in Edje (with the help of valgrind). > > When the Edje smart object is removed from the Evas (resp. when it's > deleted) it isn't free()'d correct