aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDBActionCommons.m
diff options
context:
space:
mode:
authordrx777 <david.rekowski@gmx.de>2010-04-29 18:26:19 +0000
committerdrx777 <david.rekowski@gmx.de>2010-04-29 18:26:19 +0000
commite2810ccbe30371974a7df888dc5656ac9311677f (patch)
tree55e4f24a71ed0862620f3a75f9efcf001d257c89 /Source/SPDBActionCommons.m
parent47d42106c45d7663c05aaf6d3f0feab71798b51c (diff)
downloadsequelpro-e2810ccbe30371974a7df888dc5656ac9311677f.tar.gz
sequelpro-e2810ccbe30371974a7df888dc5656ac9311677f.tar.bz2
sequelpro-e2810ccbe30371974a7df888dc5656ac9311677f.zip
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.
Diffstat (limited to 'Source/SPDBActionCommons.m')
-rw-r--r--Source/SPDBActionCommons.m3
1 files changed, 1 insertions, 2 deletions
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