projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84b981a
)
Set boolean to 1.
author
Christopher Michael
<cpmichael1@comcast.net>
Wed, 4 Aug 2010 19:20:52 +0000
(19:20 +0000)
committer
Christopher Michael
<cpmichael1@comcast.net>
Wed, 4 Aug 2010 19:20:52 +0000
(19:20 +0000)
SVN revision: 50824
src/lib/elm_toolbar.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_toolbar.c
b/src/lib/elm_toolbar.c
index e164d0d346279697531a5d9bbcf12fbb76b23298..357775ef584e786e473697d452d66968f2208877 100644
(file)
--- a/
src/lib/elm_toolbar.c
+++ b/
src/lib/elm_toolbar.c
@@
-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;
};