From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36131) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfVkk-0004Gw-Nm for qemu-devel@nongnu.org; Fri, 25 Sep 2015 12:21:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfVkg-0001KO-Rm for qemu-devel@nongnu.org; Fri, 25 Sep 2015 12:21:42 -0400 Received: from mail-vk0-f42.google.com ([209.85.213.42]:34083) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfVkg-0001Jv-OB for qemu-devel@nongnu.org; Fri, 25 Sep 2015 12:21:38 -0400 Received: by vkhf67 with SMTP id f67so59192725vkh.1 for ; Fri, 25 Sep 2015 09:21:38 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20569C53-CE90-4023-B46C-D0EFEE88DCA8@gmail.com> References: <95F1C5B4-8236-49CC-8001-DAECD69B1298@gmail.com> <20569C53-CE90-4023-B46C-D0EFEE88DCA8@gmail.com> From: Peter Maydell Date: Fri, 25 Sep 2015 09:21:18 -0700 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v2] ui/cocoa.m: remove open dialog code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid Cc: qemu-devel qemu-devel On 25 September 2015 at 09:12, Programmingkid wrote: > > On Sep 25, 2015, at 12:09 PM, Peter Maydell wrote: >> (Also, isn't a simple test on gArgc going to cause us to put up >> the dialog box even if qemu was started from the command line with >> no arguments?) > > I suppose you are right. Will make a new patch to fix this problem. Given that that was the problem you were trying to address with these patches in the first place, it would be a good idea to test that your changes do now let you do what you wanted... -- PMM