From: Cristiana Voicu Date: Thu, 25 Jul 2013 08:25:29 +0000 (+0000) Subject: hob/imageconfigurationpage: changes to image combobox X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=288bbda31164efffd07a370a728a7682db775c08;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git hob/imageconfigurationpage: changes to image combobox Place the "Create your own image recipe" field to the end of the image recipes list. [YOCTO #4193] Signed-off-by: Cristiana Voicu Signed-off-by: Richard Purdie --- diff --git a/lib/bb/ui/crumbs/imageconfigurationpage.py b/lib/bb/ui/crumbs/imageconfigurationpage.py index e1211bc6d3d..dcf1334aace 100644 --- a/lib/bb/ui/crumbs/imageconfigurationpage.py +++ b/lib/bb/ui/crumbs/imageconfigurationpage.py @@ -456,7 +456,6 @@ class ImageConfigurationPage (HobPage): cnt = cnt + 1 self.image_combo.append_text(self.__custom_image__) - self.image_combo.append_text(self.builder.recipe_model.__custom_image__) self.image_combo.append_text("--Separator--") cnt = cnt + 3 @@ -493,6 +492,7 @@ class ImageConfigurationPage (HobPage): if image_name == selected_image: active = cnt cnt = cnt + 1 + self.image_combo.append_text(self.builder.recipe_model.__custom_image__) if self.custom_image_selected: self.image_combo.append_text("--Separator--")