summaryrefslogtreecommitdiffstats
path: root/bitbake/bin/image-writer
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-13 12:56:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-16 23:32:40 +0100
commit31e34f26df41be7ebe3e1d60fd0be6b088261e69 (patch)
tree2452e510108db2553d00fc139fa44ea2c17170db /bitbake/bin/image-writer
parent455f06497ebb589ab93c02322fbd0628a31ead73 (diff)
downloadpoky-31e34f26df41be7ebe3e1d60fd0be6b088261e69.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin/image-writer')
-rwxr-xr-xbitbake/bin/image-writer3
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/bin/image-writer b/bitbake/bin/image-writer
index 7ab1d8c979..40e284d59c 100755
--- a/bitbake/bin/image-writer
+++ b/bitbake/bin/image-writer
@@ -67,7 +67,8 @@ class DeployWindow(gtk.Window):
67 67
68 self.deploy_dialog = DeployImageDialog(Title, image_path, self, 68 self.deploy_dialog = DeployImageDialog(Title, image_path, self,
69 gtk.DIALOG_MODAL | gtk.DIALOG_DESTROY_WITH_PARENT 69 gtk.DIALOG_MODAL | gtk.DIALOG_DESTROY_WITH_PARENT
70 | gtk.DIALOG_NO_SEPARATOR, None, standalone=True) 70 , None, standalone=True)
71#FIXME | gtk.DIALOG_NO_SEPARATOR
71 close_button = self.deploy_dialog.add_button("Close", gtk.RESPONSE_NO) 72 close_button = self.deploy_dialog.add_button("Close", gtk.RESPONSE_NO)
72 HobAltButton.style_button(close_button) 73 HobAltButton.style_button(close_button)
73 close_button.connect('clicked', gtk.main_quit) 74 close_button.connect('clicked', gtk.main_quit)