diff options
| -rw-r--r-- | bitbake/lib/bb/ui/hob.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/hob.py b/bitbake/lib/bb/ui/hob.py index 305559f24e..750ab28b31 100644 --- a/bitbake/lib/bb/ui/hob.py +++ b/bitbake/lib/bb/ui/hob.py | |||
| @@ -110,6 +110,11 @@ class MainWindow (gtk.Window): | |||
| 110 | rep = self.model.get_build_rep() | 110 | rep = self.model.get_build_rep() |
| 111 | rep.writeRecipe(self.save_path, self.model) | 111 | rep.writeRecipe(self.save_path, self.model) |
| 112 | 112 | ||
| 113 | # Prevent the busy cursor being shown after hob exits if quit is called | ||
| 114 | # whilst the busy cursor is set | ||
| 115 | self.set_busy_cursor(False) | ||
| 116 | |||
| 117 | gtk.main_quit() | ||
| 113 | gtk.main_quit() | 118 | gtk.main_quit() |
| 114 | 119 | ||
| 115 | def scroll_tv_cb(self, model, path, it, view): | 120 | def scroll_tv_cb(self, model, path, it, view): |
