Revision: 2776
http://skim-app.svn.sourceforge.net/skim-app/?rev=2776&view=rev
Author: hofman
Date: 2007-08-30 02:59:17 -0700 (Thu, 30 Aug 2007)
Log Message:
-----------
Add a hidden default to keep notes on top by default.
Modified Paths:
--------------
trunk/SKNoteWindowController.m
Modified: trunk/SKNoteWindowController.m
===================================================================
--- trunk/SKNoteWindowController.m 2007-08-29 22:10:36 UTC (rev 2775)
+++ trunk/SKNoteWindowController.m 2007-08-30 09:59:17 UTC (rev 2776)
@@ -65,6 +65,9 @@
if (self = [super init]) {
note = [aNote retain];
editors = CFArrayCreateMutable(kCFAllocatorMallocZone, 0, NULL);
+
+ keepOnTop = [[NSUserDefaults standardUserDefaults]
boolForKey:@"SKKeepNoteWindowsOnTop"];
+ forceOnTop = NO;
}
return self;
}
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