Use eina_stringshare_strlen on diskpicker

Spotted by k-s



SVN revision: 53594
This commit is contained in:
Bruno Dilly 2010-10-19 11:11:38 +00:00
parent a72a57c801
commit acaaedb9b7
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ _check_string(void *data)
if (x + w <= ox || x >= ox + ow)
continue;
len = strlen(it->label);
len = eina_stringshare_strlen(it->label);
if (x <= ox + 5)
edje_object_signal_emit(it->base.view, "elm,state,left_side",