diff options
-rwxr-xr-x | bitbake/lib/bb/ui/crumbs/builder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/builder.py b/bitbake/lib/bb/ui/crumbs/builder.py index 02c9a9cb49..44b208a177 100755 --- a/bitbake/lib/bb/ui/crumbs/builder.py +++ b/bitbake/lib/bb/ui/crumbs/builder.py | |||
@@ -869,7 +869,7 @@ class Builder(gtk.Window): | |||
869 | def reparse_post_adv_settings(self): | 869 | def reparse_post_adv_settings(self): |
870 | # DO reparse recipes | 870 | # DO reparse recipes |
871 | if not self.configuration.curr_mach: | 871 | if not self.configuration.curr_mach: |
872 | self.switch_page(self.MACHINE_SELECTION) | 872 | self.switch_page(self.CONFIG_UPDATED) |
873 | else: | 873 | else: |
874 | self.switch_page(self.RCPPKGINFO_POPULATING) | 874 | self.switch_page(self.RCPPKGINFO_POPULATING) |
875 | 875 | ||