diff options
Diffstat (limited to 'bitbake/bin/image-writer')
| -rwxr-xr-x | bitbake/bin/image-writer | 3 |
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) |
