diff options
| -rwxr-xr-x | bitbake/lib/bb/ui/crumbs/imagedetailspage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py b/bitbake/lib/bb/ui/crumbs/imagedetailspage.py index c1a309de2b..1c4c597fc4 100755 --- a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py +++ b/bitbake/lib/bb/ui/crumbs/imagedetailspage.py | |||
| @@ -183,7 +183,7 @@ class ImageDetailsPage (HobPage): | |||
| 183 | self.pack_start(self.group_align, expand=True, fill=True) | 183 | self.pack_start(self.group_align, expand=True, fill=True) |
| 184 | 184 | ||
| 185 | self.build_result = None | 185 | self.build_result = None |
| 186 | if self.build_succeeded: | 186 | if self.build_succeeded and self.builder.current_step == self.builder.IMAGE_GENERATING: |
| 187 | # building is the previous step | 187 | # building is the previous step |
| 188 | icon = gtk.Image() | 188 | icon = gtk.Image() |
| 189 | pixmap_path = hic.ICON_INDI_CONFIRM_FILE | 189 | pixmap_path = hic.ICON_INDI_CONFIRM_FILE |
