From e2810ccbe30371974a7df888dc5656ac9311677f Mon Sep 17 00:00:00 2001 From: drx777 Date: Thu, 29 Apr 2010 18:26:19 +0000 Subject: Now longer using [NSApp mainWindow] but a reference to the correct window for message sheets. It could have caused messages appearing in the wrong window. --- Source/SPDBActionCommons.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Source/SPDBActionCommons.m') diff --git a/Source/SPDBActionCommons.m b/Source/SPDBActionCommons.m index c0580622..977b3b5d 100644 --- a/Source/SPDBActionCommons.m +++ b/Source/SPDBActionCommons.m @@ -30,7 +30,6 @@ @implementation SPDBActionCommons @synthesize connection; -@synthesize parent; -@synthesize messageDocument; +@synthesize messageWindow; @end -- cgit v1.2.3