diff options
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs')
-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 1d32a138e2..d6c638f28d 100755 --- a/bitbake/lib/bb/ui/crumbs/builder.py +++ b/bitbake/lib/bb/ui/crumbs/builder.py | |||
@@ -855,7 +855,7 @@ class Builder(gtk.Window): | |||
855 | lbl = lbl + "kernel path:" + kernel_path + "\n" | 855 | lbl = lbl + "kernel path:" + kernel_path + "\n" |
856 | lbl = lbl + "source environment path:" + source_env_path + "\n" | 856 | lbl = lbl + "source environment path:" + source_env_path + "\n" |
857 | lbl = lbl + "tmp path: " + tmp_path + "." | 857 | lbl = lbl + "tmp path: " + tmp_path + "." |
858 | dialog = CrumbsMessageDialog(self, lbl, gtk.STOCK_DIALOG_INFO) | 858 | dialog = CrumbsMessageDialog(self, lbl, gtk.STOCK_DIALOG_ERROR) |
859 | button = dialog.add_button("Close", gtk.RESPONSE_OK) | 859 | button = dialog.add_button("Close", gtk.RESPONSE_OK) |
860 | HobButton.style_button(button) | 860 | HobButton.style_button(button) |
861 | dialog.run() | 861 | dialog.run() |