mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
be1f70d68b
commit
647643b654
@@ -334,6 +334,7 @@ class MainWindow (gtk.Window):
|
||||
|
||||
def add_layer_cb(self, action):
|
||||
self.layers.find_layer(self)
|
||||
self.layers.save_current_layers()
|
||||
|
||||
def preferences_cb(self, action):
|
||||
resp = self.prefs.run()
|
||||
|
||||
Reference in New Issue
Block a user