1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

bitbake: hob: set focus on entry name when the name is not correct

[YOCTO #4193]
(Bitbake rev: bbae370bc57296723cc87e48d64da79882f1e5b6)

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Cristiana Voicu
2013-07-16 14:17:10 +00:00
committed by Richard Purdie
parent ecc56f204c
commit 8db39d2f66
@@ -147,4 +147,5 @@ class SaveImageDialog (CrumbsDialog):
HobButton.style_button(button)
res = dialog.run()
self.name_entry.grab_focus()
dialog.destroy()