Revision: 2842
http://skim-app.svn.sourceforge.net/skim-app/?rev=2842&view=rev
Author: hofman
Date: 2007-09-06 07:05:11 -0700 (Thu, 06 Sep 2007)
Log Message:
-----------
Stop type-select when the key window closes.
Modified Paths:
--------------
trunk/SKTypeSelectHelper.m
Modified: trunk/SKTypeSelectHelper.m
===================================================================
--- trunk/SKTypeSelectHelper.m 2007-09-06 12:15:54 UTC (rev 2841)
+++ trunk/SKTypeSelectHelper.m 2007-09-06 14:05:11 UTC (rev 2842)
@@ -170,6 +170,7 @@
[[NSNotificationCenter defaultCenter] removeObserver:self];
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(typeSelectCleanTimeout:)
name:SKWindowDidChangeFirstResponderNotification object:keyWindow];
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(typeSelectCleanTimeout:)
name:NSWindowDidResignKeyNotification object:keyWindow];
+ [[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(typeSelectCleanTimeout:) name:NSWindowWillCloseNotification
object:keyWindow];
[fieldEditor setDelegate:self];
[fieldEditor setString:@""];
}
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