Set boolean to 1.
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 4 Aug 2010 19:20:52 +0000 (19:20 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 4 Aug 2010 19:20:52 +0000 (19:20 +0000)
SVN revision: 50824

src/lib/elm_toolbar.c

index e164d0d..357775e 100644 (file)
@@ -33,7 +33,7 @@ struct _Elm_Toolbar_Item
    Eina_Bool selected : 1;
    Eina_Bool disabled : 1;
    Eina_Bool separator : 1;
-   Eina_Bool menu;
+   Eina_Bool menu : 1;
    Evas_Object *o_menu;
 };