aboutsummaryrefslogtreecommitdiffstats
path: root/AuditronAppDelegate.m
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2011-07-12 17:21:50 +0300
committerFilipp Lepalaan <filipp@mac.com>2011-07-12 17:21:50 +0300
commit0b1b2b874297c01606d203b3e3f878735191fca3 (patch)
tree5b82bcffe26e873934144ea4fb5ee22a77f42790 /AuditronAppDelegate.m
parent73a9535df445a29305383a8fb1e80b6c471639bc (diff)
downloadAuditron-0b1b2b874297c01606d203b3e3f878735191fca3.tar.gz
Auditron-0b1b2b874297c01606d203b3e3f878735191fca3.tar.bz2
Auditron-0b1b2b874297c01606d203b3e3f878735191fca3.zip
Updated readme
Diffstat (limited to 'AuditronAppDelegate.m')
-rw-r--r--AuditronAppDelegate.m7
1 files changed, 5 insertions, 2 deletions
diff --git a/AuditronAppDelegate.m b/AuditronAppDelegate.m
index 8e36c92..8f93f81 100644
--- a/AuditronAppDelegate.m
+++ b/AuditronAppDelegate.m
@@ -225,6 +225,11 @@
}
+-(void) awakeFromNib
+{
+ [window center];
+}
+
-(void) openPanelDidEnd:(NSOpenPanel *) openPanel returnCode:(int)returnCode contextInfo:(void *)x
{
NSString *path;
@@ -395,8 +400,6 @@
[self setRecipientEmail:[prefs valueForKey:@"email"]];
}
- [window center];
-
}
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {