Revision: 12266
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=12266&view=rev
Author:   amaxwell
Date:     2008-01-04 14:37:42 -0800 (Fri, 04 Jan 2008)

Log Message:
-----------
Exclude identifiers that are in the table, which may be different from prefs.  
This was preventing me from adding "Remote URL" to the table.

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

Modified: trunk/bibdesk/BDSKMainTableView.m
===================================================================
--- trunk/bibdesk/BDSKMainTableView.m   2008-01-04 22:06:58 UTC (rev 12265)
+++ trunk/bibdesk/BDSKMainTableView.m   2008-01-04 22:37:42 UTC (rev 12266)
@@ -550,7 +550,7 @@
     // first we fill the popup
        BDSKTypeManager *typeMan = [BDSKTypeManager sharedManager];
     NSArray *colNames = [typeMan allFieldNamesIncluding:[NSArray 
arrayWithObjects:BDSKPubTypeString, BDSKCiteKeyString, BDSKPubDateString, 
BDSKDateAddedString, BDSKDateModifiedString, BDSKFirstAuthorString, 
BDSKSecondAuthorString, BDSKThirdAuthorString, BDSKLastAuthorString, 
BDSKFirstAuthorEditorString, BDSKSecondAuthorEditorString, 
BDSKThirdAuthorEditorString, BDSKAuthorEditorString, 
BDSKLastAuthorEditorString, BDSKItemNumberString, BDSKContainerString, 
BDSKCrossrefString, BDSKLocalFileString, BDSKRemoteURLString, nil]
-                                              excluding:[[OFPreferenceWrapper 
sharedPreferenceWrapper] arrayForKey:BDSKShownColsNamesKey]];
+                                              excluding:[self 
tableColumnIdentifiers]];
     
     BDSKAddFieldSheetController *addFieldController = 
[[BDSKAddFieldSheetController alloc] initWithPrompt:NSLocalizedString(@"Name of 
column to add:", @"Label for adding column")
                                                                                
               fieldsArray:colNames];


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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to