Revision: 18324
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18324&view=rev
Author:   hofman
Date:     2011-12-19 12:17:03 +0000 (Mon, 19 Dec 2011)
Log Message:
-----------
expose bindings only once

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2011-12-19 
07:35:30 UTC (rev 18323)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2011-12-19 
12:17:03 UTC (rev 18324)
@@ -201,6 +201,8 @@
 
 + (void)initialize 
 {
+    FVINITIALIZE(FVFileView);
+    
     // binding an NSSlider in IB 3 results in a crash on 10.4
     [self exposeBinding:ICONSCALE_BINDING_NAME];
     [self exposeBinding:MINICONSCALE_BINDING_NAME];
@@ -216,8 +218,6 @@
     [self exposeBinding:FONT_BINDING_NAME];
     [self exposeBinding:SUBTITLEFONT_BINDING_NAME];
     
-    FVINITIALIZE(FVFileView);
-    
     // even without loading the framework on 10.5, this returns a class
     QLPreviewPanelClass = Nil;
 #if MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_5

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


------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to