elementry/ctxpopup - oopss. fixed ctxpopup according to changes

SVN revision: 63375
This commit is contained in:
ChunEon Park 2011-09-14 07:50:05 +00:00
parent ace784146f
commit 6be9cea907
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ _print_current_dir(Evas_Object *obj)
case ELM_CTXPOPUP_DIRECTION_DOWN: case ELM_CTXPOPUP_DIRECTION_DOWN:
printf("ctxpopup direction: down!\n"); printf("ctxpopup direction: down!\n");
break; break;
case ELM_CTXPOPUP_DIRECTION_DONT_KNOW: case ELM_CTXPOPUP_DIRECTION_UNKNOWN:
printf("ctxpopup direction: dont know!\n"); printf("ctxpopup direction: unknow!\n");
break; break;
} }
} }