Fix the entry

This commit is contained in:
Jaime Thomas
2008-12-09 21:44:52 +00:00
parent 739510fe1f
commit 41da9a900e
2 changed files with 7 additions and 4 deletions

View File

@ -550,7 +550,10 @@ ecdb_cb_burn_image_page_buttons_clicked(void *data, Evas_Object *o,
}
else if (!strcmp(source, "ecdb/burn_image/file"))
{
evas_object_focus_set(o, 1);
// o is not the entry, it is the burn_image_page!
swallow = evas_object_name_find(ecore_evas_get(em->main_win_ee),
"ecdb/burn_image/file");
evas_object_focus_set(swallow, 1);
}
}