diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/toaster/toastergui/tables.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/tables.py b/bitbake/lib/toaster/toastergui/tables.py index 44a89d9857..74af507e92 100644 --- a/bitbake/lib/toaster/toastergui/tables.py +++ b/bitbake/lib/toaster/toastergui/tables.py | |||
@@ -545,7 +545,7 @@ class NewCustomImagesTable(ImageRecipesTable): | |||
545 | "deploy to a machine", | 545 | "deploy to a machine", |
546 | hideable=False, | 546 | hideable=False, |
547 | orderable=True, | 547 | orderable=True, |
548 | field_name="recipe__name") | 548 | field_name="name") |
549 | 549 | ||
550 | super(ImageRecipesTable, self).setup_columns(*args, **kwargs) | 550 | super(ImageRecipesTable, self).setup_columns(*args, **kwargs) |
551 | 551 | ||