| Submitter | Dongxiao Xu |
|---|---|
| Date | March 29, 2012, 12:01 p.m. |
| Message ID | <c01b10f1520cd6a38faa8464aea5d6db7d96c6e0.1333022081.git.dongxiao.xu@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/24839/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/lib/bb/ui/crumbs/builder.py b/lib/bb/ui/crumbs/builder.py index 3ea9448..fd61b31 100755 --- a/lib/bb/ui/crumbs/builder.py +++ b/lib/bb/ui/crumbs/builder.py @@ -852,7 +852,7 @@ class Builder(gtk.Window): # DO reparse recipes if dialog.settings_changed: 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) dialog.destroy()
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(-)