Set boolean to 1.

SVN revision: 50824
This commit is contained in:
Christopher Michael 2010-08-04 19:20:52 +00:00
parent cd55226643
commit 03ddd89f5a
1 changed files with 1 additions and 1 deletions

View 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;
};