Oops, small typo.

SVN revision: 42013
This commit is contained in:
Christopher Michael 2009-08-26 14:42:40 +00:00
parent ae0afa4902
commit b686b3207a
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ elm_toolbar_item_add(Evas_Object *obj, Evas_Object *icon, const char *label, voi
Elm_Toolbar_Item *it;
if (!wd) return NULL;
it = = calloc(1, sizeof(Elm_Toolbar_Item));
it = calloc(1, sizeof(Elm_Toolbar_Item));
wd->items = eina_list_append(wd->items, it);
it->obj = obj;
it->label = eina_stringshare_add(label);