fixes from JaMa for filename truncation

SVN revision: 54140
This commit is contained in:
Mike Blumenkrantz 2010-11-03 23:30:52 +00:00
parent 4fe706f09b
commit 264cedf728
1 changed files with 2 additions and 2 deletions

View File

@ -74,8 +74,8 @@ struct _E_Fm2_Config
int w, h; int w, h;
} icon, list; } icon, list;
struct { struct {
Eina_Bool w : 1; unsigned char w;
Eina_Bool h : 1; unsigned char h;
} fixed; } fixed;
struct { struct {
Eina_Bool show : 1; Eina_Bool show : 1;