diff options
-rwxr-xr-x | bitbake/lib/bb/ui/crumbs/hobpages.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobpages.py b/bitbake/lib/bb/ui/crumbs/hobpages.py index 81edaca682..8ea39e70d0 100755 --- a/bitbake/lib/bb/ui/crumbs/hobpages.py +++ b/bitbake/lib/bb/ui/crumbs/hobpages.py | |||
@@ -81,7 +81,5 @@ class HobPage (gtk.VBox): | |||
81 | pix_buffer = gtk.gdk.pixbuf_new_from_file(icon_display) | 81 | pix_buffer = gtk.gdk.pixbuf_new_from_file(icon_display) |
82 | icon.set_from_pixbuf(pix_buffer) | 82 | icon.set_from_pixbuf(pix_buffer) |
83 | tip_text = tip | 83 | tip_text = tip |
84 | button = toolbar.append_element(gtk.TOOLBAR_CHILD_RADIOBUTTON, None, | 84 | button = toolbar.append_item(buttonname, tip, None, icon, cb) |
85 | buttonname, tip_text, "Private text", icon, | ||
86 | cb, None) | ||
87 | return button | 85 | return button |