| Submitter | Dongxiao Xu |
|---|---|
| Date | March 30, 2012, 12:01 p.m. |
| Message ID | <920d6dacdcb650a1e0da8abb19369c912cfc1eee.1333108781.git.dongxiao.xu@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/24925/ |
| State | Accepted |
| Commit | 7b2f6744201511060f26cd2761e9556efec4b9a2 |
| Headers | show |
Comments
Patch
diff --git a/lib/bb/ui/crumbs/builder.py b/lib/bb/ui/crumbs/builder.py index 02c9a9c..44b208a 100755 --- a/lib/bb/ui/crumbs/builder.py +++ b/lib/bb/ui/crumbs/builder.py @@ -869,7 +869,7 @@ class Builder(gtk.Window): def reparse_post_adv_settings(self): # DO reparse recipes if not self.configuration.curr_mach: - self.switch_page(self.MACHINE_SELECTION) + self.switch_page(self.CONFIG_UPDATED) else: self.switch_page(self.RCPPKGINFO_POPULATING)
If values in advanced is changed, we also need to reparse the cache to get the latest value. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> --- lib/bb/ui/crumbs/builder.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)