aboutsummaryrefslogtreecommitdiffstats
path: root/AuditronAppDelegate.m
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2011-07-13 11:36:58 +0300
committerFilipp Lepalaan <filipp@mac.com>2011-07-13 11:36:58 +0300
commit47350cfa3e98dbf2c744bbcd195d7c3dffa65dde (patch)
tree1017eda32d9c3b555b1243a86f53cb6c3804c87a /AuditronAppDelegate.m
parent1cb78e9f209682ab9186c8ab79ced28d4d75e683 (diff)
downloadAuditron-master.tar.gz
Auditron-master.tar.bz2
Auditron-master.zip
Fixed resizing the results windowHEADmaster
Diffstat (limited to 'AuditronAppDelegate.m')
-rw-r--r--AuditronAppDelegate.m6
1 files changed, 6 insertions, 0 deletions
diff --git a/AuditronAppDelegate.m b/AuditronAppDelegate.m
index 80120ed..5ffabbc 100644
--- a/AuditronAppDelegate.m
+++ b/AuditronAppDelegate.m
@@ -177,6 +177,12 @@
didEndSelector:@selector(prefsSheetDidEnd:returnCode:contextInfo:) contextInfo:NULL];
}
+- (IBAction)closeResultsWindow:(id)sender
+{
+ [resultsWindow close];
+
+}
+
- (IBAction)savePrefs:(id)sender
{
NSString *email = [emailField stringValue];