On 03/02/15 15:36, Christopher Michael wrote: > devilhorns pushed a commit to branch master. > > http://git.enlightenment.org/core/enlightenment.git/commit/?id=c66f43593d4b31fc5ea2b8c11bdc482763f1c021 > > commit c66f43593d4b31fc5ea2b8c11bdc482763f1c021 > Author: Chris Michael <[email protected]> > Date: Tue Feb 3 10:35:08 2015 -0500 > > de-e_comp_get()-ify e_utils > > Signed-off-by: Chris Michael <[email protected]> > --- > src/bin/e_utils.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/bin/e_utils.c b/src/bin/e_utils.c > index 364a9ac..d2c2b7e 100644 > --- a/src/bin/e_utils.c > +++ b/src/bin/e_utils.c > @@ -835,7 +835,7 @@ e_util_win_auto_resize_fill(Evas_Object *win) > if (ec) > zone = ec->zone; > if (!zone) > - zone = e_zone_current_get(e_comp_get(NULL)); > + zone = e_zone_current_get(e_comp); > > if (zone) > { >
Do you and Mike need help with sed so you can do this shit in one commit instead of the 100 you have so far? -- Tom. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
