ui/crumbs/runningbuild: add optional readonly mode, default off
authorJoshua Lock <josh@linux.intel.com>
Wed, 3 Aug 2011 00:24:35 +0000 (17:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Aug 2011 16:51:57 +0000 (17:51 +0100)
commit0002f718478f13fce5f706cdefb05dbf8f292577
tree1b46c0b8c8f365681c3a43cfa6d79d6101a3fd04
parent02e6a45e1ab26d543f0d26425febe86c651631f4
ui/crumbs/runningbuild: add optional readonly mode, default off

In b947e7aa405966262c0614cae02e7978ec637095 Bob started to introduce code
for a right-click menu, whilst most of the code is non-invasive it does
enable the editable property of the gtk.TreeView which can be confusing.

This change adds a readonly parameter, defaulting to False, to the
RunningBuildTreeView which if True will prevent the editable property from
being set.

CC: Bob Foerster <robert@erafx.com>
(Bitbake rev: d1d6bfab1789d8c0a4faa109bcc06b3cefe62620)

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/ui/crumbs/runningbuild.py