elementary/naviframe - OHG fixed typo

SVN revision: 66284
This commit is contained in:
ChunEon Park 2011-12-16 11:01:20 +00:00
parent 6aefe2f7fe
commit fa37e206ae
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ _title_content_set(Elm_Naviframe_Item *it,
EINA_INLIST_FOREACH(it->content_list, pair)
if (!strcmp(part, pair->part)) break;
if (part)
if (pair)
{
if (pair->content && (pair->content != content))
{