]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
packageselectionpage: add missing method
authorJoshua Lock <josh@linux.intel.com>
Thu, 12 Apr 2012 01:54:17 +0000 (18:54 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Apr 2012 07:12:01 +0000 (08:12 +0100)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/ui/crumbs/packageselectionpage.py

index b1b9722d181aef432dbdfb6427203f49c19525cf..dce4874a23781717799442d6fe9769e8652e4563 100755 (executable)
@@ -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']))
+