summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorLiming An <limingx.l.an@intel.com>2012-03-23 23:58:00 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-28 16:49:18 +0100
commit278fcca5392ae89b0f6772bff7d58455e54932ff (patch)
treec5f18d37d82bbce23b4d8751c02f88f0e156f8cd /bitbake
parentb99680f349e0dfa0332acbe6f0ebd80c2c9b71bc (diff)
downloadpoky-278fcca5392ae89b0f6772bff7d58455e54932ff.tar.gz
Hob: change the recipe pasing error dialog icon from 'dialog-info' to 'dialog-error'
[YOCTO #2109] (From Poky rev: 1fbd6eefc68ec38875968b8513739b732da412b8) (Bitbake rev: 840a566ce4c18a1c63ee82257de06c3ed910fe88) Signed-off-by: Liming An <limingx.l.an@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rwxr-xr-xbitbake/lib/bb/ui/crumbs/builder.py2
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()