| Submitter | Joshua Lock |
|---|---|
| Date | April 6, 2012, 11:18 p.m. |
| Message ID | <ceffdf225dc7a6ff5746ef9b0ae07a1a62207856.1333754145.git.josh@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/25287/ |
| State | Accepted |
| Commit | 4f45d791644e383b11cbcfd4fb02866518cb9c04 |
| Headers | show |
Comments
Patch
diff --git a/lib/bb/ui/crumbs/recipeselectionpage.py b/lib/bb/ui/crumbs/recipeselectionpage.py index 956b02d..8314449 100755 --- a/lib/bb/ui/crumbs/recipeselectionpage.py +++ b/lib/bb/ui/crumbs/recipeselectionpage.py @@ -49,6 +49,12 @@ class RecipeSelectionPage (HobPage): '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, 'col_style': 'check toggle',
The 'Included' tab of the notebook should show the 'Group' a recipe belongs to, per the design. Signed-off-by: Joshua Lock <josh@linux.intel.com> --- lib/bb/ui/crumbs/recipeselectionpage.py | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)