Ephoto: Oops, should be F1 to open settings.

This commit is contained in:
Stephen okra Houston 2015-12-29 11:02:12 -06:00
parent aa18a9c320
commit 42c3a3a482
1 changed files with 1 additions and 1 deletions

View File

@ -2374,7 +2374,7 @@ _key_down(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
_first_entry(sb);
else if (!strcmp(k, "End") && !sb->editing)
_last_entry(sb);
else if (!strcmp(k, "F2"))
else if (!strcmp(k, "F1"))
{
_settings(sb, NULL, NULL);
}