First patch fixes one warning about integer comparison.

patch from Otávio Pontes



SVN revision: 52897
This commit is contained in:
Nicolas Aguirre 2010-09-29 17:06:32 +00:00
parent d9c7cfd80e
commit 7e44cd9256
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ ephoto_flow_browser_image_set(Evas_Object *obj, const char *current_image)
{
Ephoto_Flow_Browser *ef;
Elm_Toolbar_Item *o;
int i;
unsigned int i;
ef = evas_object_data_get(obj, "flow_browser");