Revision: 7492
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7492&view=rev
Author:   hofman
Date:     2011-09-16 12:16:48 +0000 (Fri, 16 Sep 2011)
Log Message:
-----------
fix parameter of action

Modified Paths:
--------------
    trunk/SKColorSwatch.m

Modified: trunk/SKColorSwatch.m
===================================================================
--- trunk/SKColorSwatch.m       2011-09-14 23:23:13 UTC (rev 7491)
+++ trunk/SKColorSwatch.m       2011-09-16 12:16:48 UTC (rev 7492)
@@ -253,7 +253,7 @@
     [self setNeedsDisplay:YES];
 }
 
-- (void)performClick:(NSEvent *)theEvent {
+- (void)performClick:(id)sender {
     if ([self isEnabled] && focusedIndex != -1) {
         clickedIndex = focusedIndex;
         [self sendAction:[self action] to:[self target]];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to