aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPUserMO.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-03-08 16:03:53 +0000
committerstuconnolly <stuart02@gmail.com>2010-03-08 16:03:53 +0000
commit16a1da9e3eb7cc48c782e53142c4b94113239f1c (patch)
treee7c23b748160c4465416303764fdc767cae7f87a /Source/SPUserMO.m
parent9f94e9947d26dde767d3b1e49f6747d5c55db4d8 (diff)
downloadsequelpro-16a1da9e3eb7cc48c782e53142c4b94113239f1c.tar.gz
sequelpro-16a1da9e3eb7cc48c782e53142c4b94113239f1c.tar.bz2
sequelpro-16a1da9e3eb7cc48c782e53142c4b94113239f1c.zip
Various user manager improvements including a new outline view contextual menu.
Diffstat (limited to 'Source/SPUserMO.m')
-rw-r--r--Source/SPUserMO.m4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/SPUserMO.m b/Source/SPUserMO.m
index 5c5bd40e..a9e9ddbb 100644
--- a/Source/SPUserMO.m
+++ b/Source/SPUserMO.m
@@ -50,10 +50,7 @@
{
[self setValue:value forKey:@"host"];
}
-
-
}
-
}
- (void)addChildrenObject:(NSManagedObject *)value
@@ -78,4 +75,5 @@
[changedObjects release];
}
+
@end