[73280] users/ryandesign/PCLauncher

ryandesign at macports.org ryandesign at macports.org
Mon Nov 8 21:40:15 PST 2010


Revision: 73280
          http://trac.macports.org/changeset/73280
Author:   ryandesign at macports.org
Date:     2010-11-08 21:40:11 -0800 (Mon, 08 Nov 2010)
Log Message:
-----------
Use int instead of NSInteger which is not available on Tiger

Modified Paths:
--------------
    users/ryandesign/PCLauncher/LoginWindowController.h
    users/ryandesign/PCLauncher/LoginWindowController.m

Modified: users/ryandesign/PCLauncher/LoginWindowController.h
===================================================================
--- users/ryandesign/PCLauncher/LoginWindowController.h	2010-11-09 05:34:20 UTC (rev 73279)
+++ users/ryandesign/PCLauncher/LoginWindowController.h	2010-11-09 05:40:11 UTC (rev 73280)
@@ -78,7 +78,7 @@
 
 - (void)showProgressPanel;
 - (void)setProgressPanelMessage:(NSString *)status;
-- (void)didEndSheet:(NSWindow *)sheet returnCode:(NSInteger)returnCode contextInfo:(void *)contextInfo;
+- (void)didEndSheet:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo;
 - (void)showAlertWithTitle:(NSString *)title message:(NSString *)message;
 
 - (NSString *)makeTempDirectory;

Modified: users/ryandesign/PCLauncher/LoginWindowController.m
===================================================================
--- users/ryandesign/PCLauncher/LoginWindowController.m	2010-11-09 05:34:20 UTC (rev 73279)
+++ users/ryandesign/PCLauncher/LoginWindowController.m	2010-11-09 05:40:11 UTC (rev 73280)
@@ -434,7 +434,7 @@
 	[progressLabel setStringValue:status];
 }
 
-- (void)didEndSheet:(NSWindow *)sheet returnCode:(NSInteger)returnCode contextInfo:(void *)contextInfo {
+- (void)didEndSheet:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo {
 	[sheet orderOut:self];
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101108/65acdbf5/attachment.html>


More information about the macports-changes mailing list