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:
printf("ctxpopup direction: down!\n");
break;
case ELM_CTXPOPUP_DIRECTION_DONT_KNOW:
printf("ctxpopup direction: dont know!\n");
case ELM_CTXPOPUP_DIRECTION_UNKNOWN:
printf("ctxpopup direction: unknow!\n");
break;
}
}