diff options
| -rw-r--r-- | bitbake/lib/bb/ui/crumbs/hobprefs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobprefs.py b/bitbake/lib/bb/ui/crumbs/hobprefs.py index 8ebfba243c..014087b7f4 100644 --- a/bitbake/lib/bb/ui/crumbs/hobprefs.py +++ b/bitbake/lib/bb/ui/crumbs/hobprefs.py | |||
| @@ -163,6 +163,7 @@ class HobPrefs(gtk.Dialog): | |||
| 163 | def prefs_response_cb(self, dialog, response): | 163 | def prefs_response_cb(self, dialog, response): |
| 164 | if self.reload_required: | 164 | if self.reload_required: |
| 165 | glib.idle_add(self.handler.reload_data) | 165 | glib.idle_add(self.handler.reload_data) |
| 166 | self.reload_required = False | ||
| 166 | 167 | ||
| 167 | def __init__(self, configurator, handler, curr_sdk_mach, curr_distro, pclass, | 168 | def __init__(self, configurator, handler, curr_sdk_mach, curr_distro, pclass, |
| 168 | cpu_cnt, pmake, bbthread, selected_image_types, all_image_types, | 169 | cpu_cnt, pmake, bbthread, selected_image_types, all_image_types, |
