Revision: 3817
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3817&view=rev
Author:   hofman
Date:     2008-04-24 14:30:29 -0700 (Thu, 24 Apr 2008)

Log Message:
-----------
Fix typo.

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

Modified: trunk/SKAccessibilityProxyElement.m
===================================================================
--- trunk/SKAccessibilityProxyElement.m 2008-04-24 19:34:36 UTC (rev 3816)
+++ trunk/SKAccessibilityProxyElement.m 2008-04-24 21:30:29 UTC (rev 3817)
@@ -67,9 +67,9 @@
 }
 
 - (BOOL)isEqual:(id)other {
-    if ([object isKindOfClass:[SKAccessibilityProxyElement class]]) {
-        SKAccessibilityProxyElement *element = (SKAccessibilityProxyElement 
*)other;
-        return object == element->object && parent == element->parent;
+    if ([other isKindOfClass:[SKAccessibilityProxyElement class]]) {
+        SKAccessibilityProxyElement *otherElement = 
(SKAccessibilityProxyElement *)other;
+        return object == otherElement->object && parent == 
otherElement->parent;
     } else {
         return NO;
     }


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

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to