From 31e34f26df41be7ebe3e1d60fd0be6b088261e69 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 13 May 2016 12:56:51 +0100 Subject: bitbake: image-writer/goggle: Disable pygtkcompat problems Disable the problematic gtk usage for use with pygtkcompat. The following commit removes these tools/UIs entirely but we may as well leave this piece in the history in case anyone does want a starting point for reusing them. (Bitbake rev: 024d7889c31be500d658b819891aec2a7e3c7c0d) Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/crumbs/hig/crumbsdialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/ui/crumbs/hig') diff --git a/bitbake/lib/bb/ui/crumbs/hig/crumbsdialog.py b/bitbake/lib/bb/ui/crumbs/hig/crumbsdialog.py index c679f9a070..73b9234c27 100644 --- a/bitbake/lib/bb/ui/crumbs/hig/crumbsdialog.py +++ b/bitbake/lib/bb/ui/crumbs/hig/crumbsdialog.py @@ -36,7 +36,7 @@ class CrumbsDialog(gtk.Dialog): def __init__(self, title="", parent=None, flags=0, buttons=None): super(CrumbsDialog, self).__init__(title, parent, flags, buttons) - self.set_property("has-separator", False) # note: deprecated in 2.22 + #FIXME self.set_property("has-separator", False) # note: deprecated in 2.22 self.set_border_width(6) self.vbox.set_property("spacing", 12) -- cgit v1.2.3-54-g00ecf