qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 1/2] Fixes a bug that prevents the open panel from c


From: G 3
Subject: [Qemu-devel] [PATCH 1/2] Fixes a bug that prevents the open panel from closing when the "Boot Image" button is pushed.
Date: Fri, 26 Jun 2009 20:15:10 -0400

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

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





reply via email to

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