fixes from JaMa for filename truncation
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Wed, 3 Nov 2010 23:30:52 +0000 (23:30 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Wed, 3 Nov 2010 23:30:52 +0000 (23:30 +0000)
SVN revision: 54140

src/bin/e_fm.h

index 7b9fe51..d5166b0 100644 (file)
@@ -74,8 +74,8 @@ struct _E_Fm2_Config
         int w, h;
       } icon, list;
       struct {
-        Eina_Bool w : 1;
-        Eina_Bool h : 1;
+        unsigned char w;
+        unsigned char h;
       } fixed;
       struct {
         Eina_Bool show : 1;