aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-10-21 22:51:27 +0000
committerstuconnolly <stuart02@gmail.com>2009-10-21 22:51:27 +0000
commit20baed5257ce1152c1f25c5a953ca821b50050db (patch)
treec0d1f218f1f7c4f1f89591c4f89072f66e72e329 /Source/TableDocument.m
parent8e298ebb3805b4357d8388de4f5e82158df19cb9 (diff)
downloadsequelpro-20baed5257ce1152c1f25c5a953ca821b50050db.tar.gz
sequelpro-20baed5257ce1152c1f25c5a953ca821b50050db.tar.bz2
sequelpro-20baed5257ce1152c1f25c5a953ca821b50050db.zip
- Display the user accounts manager as a sheet
- Tidy up a bunch of interface controls and bahaviour
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r--Source/TableDocument.m8
1 files changed, 6 insertions, 2 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m
index 6f839fe7..1d95c695 100644
--- a/Source/TableDocument.m
+++ b/Source/TableDocument.m
@@ -2002,8 +2002,12 @@
* Displays the user account manager.
*/
- (IBAction)showUserManager:(id)sender
-{
- [userManagerInstance show];
+{
+ [NSApp beginSheet:[userManagerInstance window]
+ modalForWindow:tableWindow
+ modalDelegate:userManagerInstance
+ didEndSelector:nil
+ contextInfo:nil];
}
/**