summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-09-14 16:27:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-20 22:24:10 +0100
commit8ebca0c5a85de618b82d1c0e2f526f9c75e3ae68 (patch)
tree2ff43fd91b7ad7a425511f34a2c77707b59e035d /bitbake
parent92015c78639893b193ce9b0cf92f96ea653ed011 (diff)
downloadpoky-8ebca0c5a85de618b82d1c0e2f526f9c75e3ae68.tar.gz
ui/crumbs/hobprefs: re-enable reloading of data after prefs changes
When disabling the toolchain w/ headers checkbox in an early commit I accidentally disabled too much code. This re-enables adding the custom response handler to the Preferences dialog which triggeres a reparse of the metadata when appropriate preference changes are made. Fixes [YOCTO #1479] (Bitbake rev: bdbd724e806c9ca69cc1508bac7ec0a2dce95543) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/ui/crumbs/hobprefs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobprefs.py b/bitbake/lib/bb/ui/crumbs/hobprefs.py
index 8d148cde1a..5dfb0e68ce 100644
--- a/bitbake/lib/bb/ui/crumbs/hobprefs.py
+++ b/bitbake/lib/bb/ui/crumbs/hobprefs.py
@@ -331,4 +331,4 @@ class HobPrefs(gtk.Dialog):
331 # headerscheck.set_active(self.build_toolchain_headers) 331 # headerscheck.set_active(self.build_toolchain_headers)
332 # headerscheck.connect("toggled", self.toggle_headers_cb) 332 # headerscheck.connect("toggled", self.toggle_headers_cb)
333 # hbox.pack_start(headerscheck, expand=False, fill=False, padding=6) 333 # hbox.pack_start(headerscheck, expand=False, fill=False, padding=6)
334 # self.connect("response", self.prefs_response_cb) 334 self.connect("response", self.prefs_response_cb)