elementary/elm_common - fixed typo

SVN revision: 63402
This commit is contained in:
ChunEon Park 2011-09-15 00:41:12 +00:00
parent ceb51e8b87
commit b307418960
1 changed files with 1 additions and 1 deletions

View File

@ -1037,7 +1037,7 @@ extern "C" {
*/
EAPI Evas_Object *elm_object_item_content_part_get(const Elm_Object_Item *it, const char *item);
#define elm_object_item_content_get(it, content) elm_object_item_content_part_get((it), NULL, (content))
#define elm_object_item_content_get(it) elm_object_item_content_part_get((it), NULL)
/**
* Unset a content of an object item