Elm toolbar: Fix brokeness introduced by commit 65708.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Dec 2011 12:56:34 +0000 (12:56 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Dec 2011 12:56:34 +0000 (12:56 +0000)
commitb5a32b4bbefd52eabe15eecb96cb49bb3b327ffd
treecf70d687fd4a9c01f15c0f6d9815ed17cc535356
parente8403c7cbc57e590395a831e3e78a427824be2a8
Elm toolbar: Fix brokeness introduced by commit 65708.

Disabled is a property of Elm_Object_Item and was a property of
Elm_Toolbar_Item as well. The aforementioned commit didn't remove the
property from the latter and then used both properties in an
inconsistent manner which caused data not to be up to date.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65989 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/elm_toolbar.c