From 705156e2812afb288632f01416fcbbf9add26bee Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Mon, 19 Sep 2011 15:28:09 -0700 Subject: hob: enable package only builds even if an image has been built Once an image build has been performed the selected_image variable would prevent the package only build choice being triggered - by setting the variable to None on reset we are able to perform package only builds after an image build. Signed-off-by: Joshua Lock --- lib/bb/ui/hob.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/bb/ui/hob.py b/lib/bb/ui/hob.py index 0f738ce4b..e69631435 100644 --- a/lib/bb/ui/hob.py +++ b/lib/bb/ui/hob.py @@ -322,6 +322,7 @@ class MainWindow (gtk.Window): if response == gtk.RESPONSE_OK: self.reset_build() self.search.set_text("") + self.selected_image = None return def reset_build(self): -- cgit 1.2.3-korg