All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] packageselectionpage: add missing method
@ 2012-04-12  1:54 josh
  2012-04-12 15:44 ` Joshua Lock
  0 siblings, 1 reply; 2+ messages in thread
From: josh @ 2012-04-12  1:54 UTC (permalink / raw)
  To: bitbake-devel

From: Joshua Lock <josh@linux.intel.com>

This is just a copy of the same method from the recipeselectionpage so
that we can actually run hob again.

Fixes [YOCTO #2281]

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 lib/bb/ui/crumbs/packageselectionpage.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/lib/bb/ui/crumbs/packageselectionpage.py b/lib/bb/ui/crumbs/packageselectionpage.py
index b1b9722..dce4874 100755
--- a/lib/bb/ui/crumbs/packageselectionpage.py
+++ b/lib/bb/ui/crumbs/packageselectionpage.py
@@ -239,3 +239,7 @@ class PackageSelectionPage (HobPage):
         if (not cell) or (not tree):
             return
         to_render_cells = []
+
+    def after_fadeout_checkin_include(self, table, ctrl, cell, tree):
+        tree.set_model(self.recipe_model.tree_model(self.pages[0]['filter']))
+
-- 
1.7.7.6




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

* Re: [PATCH] packageselectionpage: add missing method
  2012-04-12  1:54 [PATCH] packageselectionpage: add missing method josh
@ 2012-04-12 15:44 ` Joshua Lock
  0 siblings, 0 replies; 2+ messages in thread
From: Joshua Lock @ 2012-04-12 15:44 UTC (permalink / raw)
  To: bitbake-devel



On 11/04/12 18:54, josh@linux.intel.com wrote:
> From: Joshua Lock<josh@linux.intel.com>
>
> This is just a copy of the same method from the recipeselectionpage so
> that we can actually run hob again.
>
> Fixes [YOCTO #2281]

Shane has sent the correct fix. Please disregard this patch.

Cheers,
Joshua
-- 
Joshua Lock
         Yocto Project
         Intel Open Source Technology Centre



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

end of thread, other threads:[~2012-04-12 15:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-12  1:54 [PATCH] packageselectionpage: add missing method josh
2012-04-12 15:44 ` Joshua Lock

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.