Fix wrong names below<->above

SVN revision: 47446
This commit is contained in:
Tiago Rezende Campos Falcao 2010-03-25 16:41:46 +00:00
parent 3f1e51e008
commit ee58900290
1 changed files with 2 additions and 2 deletions

View File

@ -1957,7 +1957,7 @@ edje_edit_part_exist(Evas_Object *obj, const char *part)
}
EAPI const char*
edje_edit_part_above_get(Evas_Object *obj, const char* part)
edje_edit_part_below_get(Evas_Object *obj, const char* part)
{
Edje_Part_Collection *group;
Edje_Real_Part *prev;
@ -1972,7 +1972,7 @@ edje_edit_part_above_get(Evas_Object *obj, const char* part)
}
EAPI const char*
edje_edit_part_below_get(Evas_Object *obj, const char* part)
edje_edit_part_above_get(Evas_Object *obj, const char* part)
{
Edje_Part_Collection *group;
Edje_Real_Part *next;