diff options
Diffstat (limited to 'bitbake')
-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() |