Revision: 3106
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3106&view=rev
Author:   hofman
Date:     2007-10-31 03:05:07 -0700 (Wed, 31 Oct 2007)

Log Message:
-----------
Fix typo in last commit.

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2007-10-31 09:59:03 UTC (rev 3105)
+++ trunk/SKPDFView.m   2007-10-31 10:05:07 UTC (rev 3106)
@@ -1020,7 +1020,7 @@
                             [self selectTextWithEvent:theEvent];
                         } else {
                             [super mouseDown:theEvent];
-                            if (NSAppKitVersion floor(NSAppKitVersionNumber) > 
NSAppKitVersionNumber10_4 && toolMode == SKNoteToolMode && hideNotes == NO && 
[self currentSelection] && (annotationMode == SKHighlightNote || annotationMode 
== SKUnderlineNote || annotationMode == SKStrikeOutNote)) {
+                            if (floor(NSAppKitVersionNumber) > 
NSAppKitVersionNumber10_4 && toolMode == SKNoteToolMode && hideNotes == NO && 
[self currentSelection] && (annotationMode == SKHighlightNote || annotationMode 
== SKUnderlineNote || annotationMode == SKStrikeOutNote)) {
                                 [self 
addAnnotationFromSelectionWithType:annotationMode];
                                 [self setCurrentSelection:nil];
                             }


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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to