From 6e2f3f0721263cfdd3c8f866b9cf3cb693b2f8ac Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 28 Jan 2013 16:51:10 +0000 Subject: Messing around with the file handling XIBs. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82566 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxrMemCardHandler.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macosx/PcsxrMemCardHandler.m') diff --git a/macosx/PcsxrMemCardHandler.m b/macosx/PcsxrMemCardHandler.m index 934414d2..7d043049 100755 --- a/macosx/PcsxrMemCardHandler.m +++ b/macosx/PcsxrMemCardHandler.m @@ -56,11 +56,11 @@ if (![self window]) { [NSBundle loadNibNamed:@"PcsxrMemCardDocument" owner:self]; } - [cardPath setObjectValue:[[NSURL fileURLWithPath:theFile] lastPathComponent]]; + [cardPath setObjectValue:[theFile lastPathComponent]]; [NSApp runModalForWindow:[self window]]; - [[self window] orderOut:self]; + [[self window] orderOut:nil]; if (memChosen != 0) { [ConfigurationController setMemoryCard:memChosen toPath:theFile]; -- cgit v1.2.3