summaryrefslogtreecommitdiffstats
path: root/lib/bb/ui/crumbs/hoblistmodel.py
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2012-03-13 14:32:30 +0800
committerDongxiao Xu <dongxiao.xu@intel.com>2012-03-15 15:23:43 +0800
commitac36d218ed6793d6fbf3edfadaf193629ea1e46d (patch)
treeaf15f5fd23404f7fc371ed8c5cf1884a640fe691 /lib/bb/ui/crumbs/hoblistmodel.py
parentf576355686804631fd797e2a5d383a70f6fc42cd (diff)
downloadbitbake-ac36d218ed6793d6fbf3edfadaf193629ea1e46d.tar.gz
Hob: Remove the indication in machine/base image combobox
Remove the "--select a machine--" prompt in machine selection. Also change "--select a base image--" to "Start from scratch" for base image selection. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'lib/bb/ui/crumbs/hoblistmodel.py')
-rw-r--r--lib/bb/ui/crumbs/hoblistmodel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/ui/crumbs/hoblistmodel.py b/lib/bb/ui/crumbs/hoblistmodel.py
index 037882814..c19aaa819 100644
--- a/lib/bb/ui/crumbs/hoblistmodel.py
+++ b/lib/bb/ui/crumbs/hoblistmodel.py
@@ -422,7 +422,7 @@ class RecipeListModel(gtk.ListStore):
"""
(COL_NAME, COL_DESC, COL_LIC, COL_GROUP, COL_DEPS, COL_BINB, COL_TYPE, COL_INC, COL_IMG, COL_INSTALL, COL_PN) = range(11)
- __dummy_image__ = "--select a base image--"
+ __dummy_image__ = "Start from scratch"
__gsignals__ = {
"recipelist-populated" : (gobject.SIGNAL_RUN_LAST,