From: Cristiana Voicu Date: Tue, 16 Jul 2013 14:17:10 +0000 (+0000) Subject: bitbake: hob: set focus on entry name when the name is not correct X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8db39d2f665dd54d5a754da1e044b07aeba5c201;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake: hob: set focus on entry name when the name is not correct [YOCTO #4193] (Bitbake rev: bbae370bc57296723cc87e48d64da79882f1e5b6) Signed-off-by: Cristiana Voicu Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/bb/ui/crumbs/hig/saveimagedialog.py b/bitbake/lib/bb/ui/crumbs/hig/saveimagedialog.py index 644a4a43483..56c00bbe566 100644 --- a/bitbake/lib/bb/ui/crumbs/hig/saveimagedialog.py +++ b/bitbake/lib/bb/ui/crumbs/hig/saveimagedialog.py @@ -147,4 +147,5 @@ class SaveImageDialog (CrumbsDialog): HobButton.style_button(button) res = dialog.run() + self.name_entry.grab_focus() dialog.destroy()