From: Joshua Lock Date: Thu, 5 Apr 2012 23:37:23 +0000 (-0700) Subject: lib/bb/ui/crumbs/recipeselectionpage: include 'Group' in 'Included' view X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f45d791644e383b11cbcfd4fb02866518cb9c04;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git lib/bb/ui/crumbs/recipeselectionpage: include 'Group' in 'Included' view The 'Included' tab of the notebook should show the 'Group' a recipe belongs to, per the design. Signed-off-by: Joshua Lock --- diff --git a/lib/bb/ui/crumbs/recipeselectionpage.py b/lib/bb/ui/crumbs/recipeselectionpage.py index 956b02dd959..8314449eef1 100755 --- a/lib/bb/ui/crumbs/recipeselectionpage.py +++ b/lib/bb/ui/crumbs/recipeselectionpage.py @@ -48,6 +48,12 @@ class RecipeSelectionPage (HobPage): 'col_style': 'binb', 'col_min' : 100, 'col_max' : 500 + }, { + 'col_name' : 'Group', + 'col_id' : RecipeListModel.COL_GROUP, + 'col_style': 'text', + 'col_min' : 100, + 'col_max' : 300 }, { 'col_name' : 'Included', 'col_id' : RecipeListModel.COL_INC,