diff options
author | Cristiana Voicu <cristiana.voicu@intel.com> | 2013-07-16 14:17:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-06 13:02:26 +0100 |
commit | 8db39d2f665dd54d5a754da1e044b07aeba5c201 (patch) | |
tree | aba2fe1ad18e68f218c8d8d83656dec8d1036ce9 /bitbake/lib/bb | |
parent | ecc56f204c0d5d192e21cd13859e7c1cfba6a7a9 (diff) | |
download | poky-8db39d2f665dd54d5a754da1e044b07aeba5c201.tar.gz |
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>
Diffstat (limited to 'bitbake/lib/bb')
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/hig/saveimagedialog.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hig/saveimagedialog.py b/bitbake/lib/bb/ui/crumbs/hig/saveimagedialog.py index 644a4a4348..56c00bbe56 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): | |||
147 | HobButton.style_button(button) | 147 | HobButton.style_button(button) |
148 | 148 | ||
149 | res = dialog.run() | 149 | res = dialog.run() |
150 | self.name_entry.grab_focus() | ||
150 | dialog.destroy() | 151 | dialog.destroy() |