unbreak hermet commit. :)

SVN revision: 83860
This commit is contained in:
Carsten Haitzler 2013-02-12 22:04:30 +00:00
parent 19c9d98d7e
commit 730986d1f1
1 changed files with 1 additions and 1 deletions

View File

@ -5228,7 +5228,7 @@ _elm_widget_item_translate(Elm_Widget_Item *item)
EINA_LIST_FOREACH(item->translate_strings, l, ts)
{
const char *s = dgettext(ts->domain, ts->string);
_elm_widget_item_part_text_set(it, ts->id, s);
_elm_widget_item_part_text_set(item, ts->id, s);
}
#endif
}