enventor - fixed typo

This commit is contained in:
ChunEon Park 2013-08-25 14:30:09 +09:00
parent 5406d95691
commit 9cea964760
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ main_key_down_cb(void *data, int type EINA_UNUSED, void *ev)
return ECORE_CALLBACK_DONE;
}
//Full Edje View
if (!strcmp(event->keyname, "pericd"))
if (!strcmp(event->keyname, "period"))
{
panes_full_view_right(ad->panes);
return ECORE_CALLBACK_DONE;