All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hob/imageconfigurationpage: remove or_label reference
@ 2012-09-10  8:49 Cristiana Voicu
  2012-09-10 12:14 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Cristiana Voicu @ 2012-09-10  8:49 UTC (permalink / raw)
  To: bitbake-devel

When or_label was removed, I forgot to remove also the references to it.

[YOCTO #3010]

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
---
 bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py |    2 --
 1 file changed, 2 deletions(-)

diff --git a/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py b/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py
index cecaacb..65c88cd 100644
--- a/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py
+++ b/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py
@@ -138,7 +138,6 @@ class ImageConfigurationPage (HobPage):
         self.show_all()
         if self.builder.recipe_model.get_selected_image() == self.builder.recipe_model.__custom_image__:
             self.just_bake_button.hide()
-            self.or_label.hide()
 
     def create_config_machine(self):
         self.machine_title = gtk.Label()
@@ -329,7 +328,6 @@ class ImageConfigurationPage (HobPage):
 
         if selected_image == self.builder.recipe_model.__custom_image__:
             self.just_bake_button.hide()
-            self.or_label.hide()
 
         glib.idle_add(self.image_combo_changed_idle_cb, selected_image, selected_recipes, selected_packages)
 
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] hob/imageconfigurationpage: remove or_label reference
  2012-09-10  8:49 [PATCH] hob/imageconfigurationpage: remove or_label reference Cristiana Voicu
@ 2012-09-10 12:14 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-09-10 12:14 UTC (permalink / raw)
  To: Cristiana Voicu; +Cc: bitbake-devel

On Mon, 2012-09-10 at 11:49 +0300, Cristiana Voicu wrote:
> When or_label was removed, I forgot to remove also the references to it.
> 
> [YOCTO #3010]
> 
> Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
> ---
>  bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py |    2 --
>  1 file changed, 2 deletions(-)

Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-10 12:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-10  8:49 [PATCH] hob/imageconfigurationpage: remove or_label reference Cristiana Voicu
2012-09-10 12:14 ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.