Revision: 18079
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18079&view=rev
Author:   hofman
Date:     2011-08-22 09:24:49 +0000 (Mon, 22 Aug 2011)

Log Message:
-----------
disable lion's window restore feature as we have our own restoration feature 
and we want to honor the pref setting

Modified Paths:
--------------
    trunk/bibdesk/NSWindowController_BDSKExtensions.m

Modified: trunk/bibdesk/NSWindowController_BDSKExtensions.m
===================================================================
--- trunk/bibdesk/NSWindowController_BDSKExtensions.m   2011-08-22 06:41:32 UTC 
(rev 18078)
+++ trunk/bibdesk/NSWindowController_BDSKExtensions.m   2011-08-22 09:24:49 UTC 
(rev 18079)
@@ -129,3 +129,8 @@
 }
 
 @end
+
+
+@implementation NSWindow (SKLionOverride)
+- (BOOL)isRestorable { return NO; }
+@end


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

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to