Hello,
I get a segfault at edje_edit_group_add() in edje_edit.c line 662:
EINA_LIST_FOREACH(ed->file->collection_dir->entries, l, d)
file => NULL
I think first problem in edje_edit_group_add() is not to test ed->file
for NULL as in other edje_edit function.
Then I don't understand why it is
Ethumb wasn't matching files to plugins if the extension were not
composed of all lowercase chars. This patch makes the ethumb match
case-insensitive.
--
João Paulo Rechi Vita
ProFUSION embedded systems
jprv...@profusion.mobi
Index: src/lib/Ethumb.c
===
Applied too, thanks =)
2009/10/27 João Paulo Rechi Vita :
> As of ethumb_calculate_aspect_from_ratio(), even if initial aspect is
> zero, default values should be assigned to the return variables.
>
> --
> João Paulo Rechi Vita
> ProFUSION embedded systems
> jprv...@profusion.mobi
>
>
On Fri, Oct 30, 2009 at 10:37, Nicolas Cavallari wrote:
> This patch add the property 'changed' to elementary.Check.
>
> This patch also makes tests/test.py show the use of this property.
in svn :)
Thank you.
--
Boris 'billiob' Faure
---
This patch add the property 'changed' to elementary.Check.
This patch also makes tests/test.py show the use of this property.
Index: tests/test.py
===
--- tests/test.py (revision 43338)
+++ tests/test.py (working copy)
@@ -1420,6 +14
2009/10/29 Carlo Ascani
> On Thu, 29 Oct 2009 10:50:01 -0400
> Atton Jonathan wrote:
>
> > > So i've started working on the project this morning, so here are some
> > > initial stupid questions:
> > > 1. Is there some elm app that uses a custom edje theme to study its
> code?
> > >
> >
> > See e
On Thu, 29 Oct 2009 10:50:01 -0400
Atton Jonathan wrote:
> > So i've started working on the project this morning, so here are some
> > initial stupid questions:
> > 1. Is there some elm app that uses a custom edje theme to study its code?
> >
>
> See elementary_test for something simple, especia