Hello, all.
I'm WooHyun Jung.
I felt strange with the following codes in elm_pager.c
Why it->content should be hidden after deleted ?
Is it a bug ?
I made a small patch for this
Thanks..
static void
_signal_hide_finished(void *data, Evas_Object *obj __UNUSED__, const char
*emission
Hello,
Thanks for your advice.
I modified then send patches again.
Please review then apply them.
001 - elm_transit_paused_set / elm_transit_paused_get /
elm_transit_progress_value_get
002 - modified some test sample codes for looking better.
Thanks!
Best Regards.
hermet
-Original M
On Wed, 12 Jan 2011 11:55:23 +1000
David Seikel wrote:
> On Tue, 11 Jan 2011 17:44:08 -0800 "Enlightenment SVN"
> wrote:
>
> > Log:
> > okay, so to check for udisks I've done the following:
> > 1) set a signal handler to watch for udisks starting
> > 2) check for udisks already running
> >
On Tue, 11 Jan 2011 17:44:08 -0800 "Enlightenment SVN"
wrote:
> Log:
> okay, so to check for udisks I've done the following:
> 1) set a signal handler to watch for udisks starting
> 2) check for udisks already running
> 3) send dbus method call to udisks regardless of run state
> 4) free
On Tue, 11 Jan 2011, Enlightenment SVN wrote:
> Log:
> ooh and ALSO handle files if .edj - if full path set.
>
>
>
> Author: raster
> Date: 2011-01-11 02:09:48 -0800 (Tue, 11 Jan 2011)
> New Revision: 56050
> Trac: http://trac.enlightenment.org/e/changeset/56050
>
> Modifie