allow theme of fileselector_entry components.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Thu, 14 Oct 2010 18:24:24 +0000 (18:24 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Thu, 14 Oct 2010 18:24:24 +0000 (18:24 +0000)
commit8a3304592aece8d0a2ed60b6f701c8224ec2a29e
tree8a6bf4877b82f4f701c6943cad9806b4ee91c99a
parent716df3627272bfe7ac638a61e5b550ab380a75f3
allow theme of fileselector_entry components.

Right now I'm abusing style, setting fileselector_entry/$style on
items, however if it's not found the fallback will be 'default' and
not 'fileselector_entry/default' as it should be.

I'm wondering if this should be implemented in elm_theme.c by
replacing the last '/$component' with '/default', the remove it and
try again, like:

{{{
        input = a/b/c
        pass1 = a/b/default
        pass2 = a/b
        pass3 = a/default
        pass4 = a
        pass5 = default
}}}

SVN revision: 53423
src/lib/elc_fileselector_entry.c