* [Qemu-devel] [PATCH 1/2] Fixes a bug that prevents the open panel from closing when the "Boot Image" button is pushed.
@ 2009-06-27 0:15 G 3
0 siblings, 0 replies; only message in thread
From: G 3 @ 2009-06-27 0:15 UTC (permalink / raw)
To: qemu-devel
This patch fixes a bug that would keep the open panel/sheet open even
after a the "Boot Image" button was pushed.
Signed-off-by: John Arbuckle <programmingkidx@gmail.com>
---
cocoa.m | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cocoa.m b/cocoa.m
index 0b0f555..232d0bb 100644
--- a/cocoa.m
+++ b/cocoa.m
@@ -801,7 +801,7 @@ int cocoa_keycode_to_qemu(int keycode)
asprintf(&argv[2], "%s", img);
printf("Using argc %d argv %s -hda %s\n", 3, bin, img);
-
+ [sheet close];
[self startEmulationWithArgc:3 argv:(char**)argv];
}
}
--
1.6.3.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-06-27 0:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-27 0:15 [Qemu-devel] [PATCH 1/2] Fixes a bug that prevents the open panel from closing when the "Boot Image" button is pushed G 3
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).