summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/ui/crumbs/hoblistmodel.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hoblistmodel.py b/bitbake/lib/bb/ui/crumbs/hoblistmodel.py
index 69e13cf9fe..74b2a17e01 100644
--- a/bitbake/lib/bb/ui/crumbs/hoblistmodel.py
+++ b/bitbake/lib/bb/ui/crumbs/hoblistmodel.py
@@ -715,6 +715,7 @@ class RecipeListModel(gtk.ListStore):
715 def set_selected_image(self, img): 715 def set_selected_image(self, img):
716 if not img: 716 if not img:
717 return 717 return
718 self.reset()
718 path = self.find_path_for_item(img) 719 path = self.find_path_for_item(img)
719 self.include_item(item_path=path, 720 self.include_item(item_path=path,
720 binb="User Selected", 721 binb="User Selected",