qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Fixes a bug that prevented the open sheet from clos


From: G 3
Subject: [Qemu-devel] [PATCH] Fixes a bug that prevented the open sheet from closing after the "Boot image" button was pushed.
Date: Mon, 13 Jul 2009 16:07:08 -0400

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 <address@hidden>

---
 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]