Revision: 18642
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18642&view=rev
Author:   hofman
Date:     2012-05-23 17:34:41 +0000 (Wed, 23 May 2012)
Log Message:
-----------
don't support Lion fullscreen support, as this leads to a crash when closing 
the window

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

Modified: trunk/bibdesk/BibDocument.m
===================================================================
--- trunk/bibdesk/BibDocument.m 2012-05-22 06:36:06 UTC (rev 18641)
+++ trunk/bibdesk/BibDocument.m 2012-05-23 17:34:41 UTC (rev 18642)
@@ -450,8 +450,8 @@
     
     [aController setWindowFrameAutosaveNameOrCascade:@"Main Window Frame 
Autosave" setFrame:frameRect];
             
-    if (floor(NSAppKitVersionNumber) > NSAppKitVersionNumber10_6)
-        [documentWindow setCollectionBehavior:[documentWindow 
collectionBehavior] | (1 << 7)]; // NSWindowCollectionBehaviorFullScreenPrimary 
= 1 << 7
+    //if (floor(NSAppKitVersionNumber) > NSAppKitVersionNumber10_6)
+    //    [documentWindow setCollectionBehavior:[documentWindow 
collectionBehavior] | (1 << 7)]; // NSWindowCollectionBehaviorFullScreenPrimary 
= 1 << 7
     
     [documentWindow makeFirstResponder:tableView];     
     

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to