* [Qemu-devel] [PATCH] Fixes a bug that prevented the open sheet from closing after the "Boot image" button was pushed.
@ 2009-07-13 20:07 G 3
0 siblings, 0 replies; only message in thread
From: G 3 @ 2009-07-13 20:07 UTC (permalink / raw)
To: qemu-devel
This patch fixes a bug with the openPanelDidEnd method that left the
open sheet up, even after 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 55ff2b4..b655dcc 100644
--- a/cocoa.m
+++ b/cocoa.m
@@ -793,7 +793,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-07-13 20:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-13 20:07 [Qemu-devel] [PATCH] Fixes a bug that prevented the open sheet from closing after the "Boot image" button was 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).