]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake/hob: only show one progress dialog when changing machine
authorJoshua Lock <josh@linux.intel.com>
Fri, 25 Feb 2011 18:57:10 +0000 (18:57 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 1 Mar 2011 11:46:46 +0000 (11:46 +0000)
Remove a spurious signal emission which resulted in two progress dialogs
being shown after changing the machine.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
bitbake/lib/bb/ui/crumbs/hobeventhandler.py

index 699354c610ccea286f9c7c0ec8c37a605918906b..84f304352e981ab200fbf49a7c47ca61bce53444 100644 (file)
@@ -123,7 +123,6 @@ class HobHandler(gobject.GObject):
     def set_machine(self, machine):
         self.server.runCommand(["setVariable", "MACHINE", machine])
         self.current_command = "findConfigFilesMachine"
-        self.emit("generating-data")
         self.run_next_command()
 
     def set_distro(self, distro):