diff options
author | Cristiana Voicu <cristiana.voicu@intel.com> | 2013-03-29 15:40:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-02 17:57:07 +0100 |
commit | b5b1592dd31fb02dbdf81f96ec559d9b9fafea79 (patch) | |
tree | 43d9c459d8f013f0f981eafa0bdfb7eecec1c9b2 /bitbake | |
parent | 19ebf1debe17a7d3fc1907a95b9502ba65abbd95 (diff) | |
download | poky-b5b1592dd31fb02dbdf81f96ec559d9b9fafea79.tar.gz |
bitbake: hob: add tooltip on "clear search" button
[YOCTO #4116]
(Bitbake rev: 3c1b63cf49bdbffef0728fc83bd5a35bc16fd3dc)
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/hobwidget.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobwidget.py b/bitbake/lib/bb/ui/crumbs/hobwidget.py index 51ae78265f..9b4261ab8d 100644 --- a/bitbake/lib/bb/ui/crumbs/hobwidget.py +++ b/bitbake/lib/bb/ui/crumbs/hobwidget.py | |||
@@ -165,6 +165,7 @@ class HobViewTable (gtk.VBox): | |||
165 | no_result_tab.attach(label, 1, 14, 1, 4) | 165 | no_result_tab.attach(label, 1, 14, 1, 4) |
166 | 166 | ||
167 | clear_button = HobButton("Clear search") | 167 | clear_button = HobButton("Clear search") |
168 | clear_button.set_tooltip_text("Clear search query") | ||
168 | clear_button.connect('clicked', self.set_search_entry_clear_cb, entry) | 169 | clear_button.connect('clicked', self.set_search_entry_clear_cb, entry) |
169 | no_result_tab.attach(clear_button, 16, 19, 1, 4) | 170 | no_result_tab.attach(clear_button, 16, 19, 1, 4) |
170 | 171 | ||