diff options
| author | Joshua Lock <josh@linux.intel.com> | 2011-08-02 14:15:18 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-03 17:51:56 +0100 |
| commit | 647643b65479ab46e7cbbdcb620222322be0f618 (patch) | |
| tree | ae6ce0eaf2deb4b09f1a309c41f2e4ad1a606805 | |
| parent | be1f70d68b6b75772ebab8bdff683ddd7c42b0cd (diff) | |
| download | poky-647643b65479ab46e7cbbdcb620222322be0f618.tar.gz | |
bb/ui/hob: save changes to bblayers.conf when using Add Layer menu item
Fixes [YOCTO #1283]
(Bitbake rev: d1f1ebbe504f5567783461946c0eb45b1e923dd8)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | bitbake/lib/bb/ui/hob.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/hob.py b/bitbake/lib/bb/ui/hob.py index b5c2342ce2..14ea1f29df 100644 --- a/bitbake/lib/bb/ui/hob.py +++ b/bitbake/lib/bb/ui/hob.py | |||
| @@ -334,6 +334,7 @@ class MainWindow (gtk.Window): | |||
| 334 | 334 | ||
| 335 | def add_layer_cb(self, action): | 335 | def add_layer_cb(self, action): |
| 336 | self.layers.find_layer(self) | 336 | self.layers.find_layer(self) |
| 337 | self.layers.save_current_layers() | ||
| 337 | 338 | ||
| 338 | def preferences_cb(self, action): | 339 | def preferences_cb(self, action): |
| 339 | resp = self.prefs.run() | 340 | resp = self.prefs.run() |
