Revision: 7596
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7596&view=rev
Author:   hofman
Date:     2011-12-24 00:08:59 +0000 (Sat, 24 Dec 2011)
Log Message:
-----------
update find pboard also for empty string, as NSFindPanel and Xcode do

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

Modified: trunk/SKFindController.m
===================================================================
--- trunk/SKFindController.m    2011-12-22 13:59:18 UTC (rev 7595)
+++ trunk/SKFindController.m    2011-12-24 00:08:59 UTC (rev 7596)
@@ -107,8 +107,7 @@
 }
 
 - (void)windowDidResignKey:(NSNotification *)notification {
-    if ([findString length])
-        [self updateFindPboard];
+    [self updateFindPboard];
 }
 
 - (void)updateFindPboard {

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


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to