Revision: 22449
          http://sourceforge.net/p/bibdesk/svn/22449
Author:   hofman
Date:     2018-07-22 09:26:06 +0000 (Sun, 22 Jul 2018)
Log Message:
-----------
remove setting format prefs, this is always a no-op

Modified Paths:
--------------
    trunk/bibdesk/BibPref_AutoFile.m
    trunk/bibdesk/BibPref_CiteKey.m

Modified: trunk/bibdesk/BibPref_AutoFile.m
===================================================================
--- trunk/bibdesk/BibPref_AutoFile.m    2018-07-22 06:30:34 UTC (rev 22448)
+++ trunk/bibdesk/BibPref_AutoFile.m    2018-07-22 09:26:06 UTC (rev 22449)
@@ -158,8 +158,6 @@
                        [previewTextField setFrame:frame];
                }
                [[self view] setNeedsDisplay:YES];
-        if ([formatString isEqualToString:[attrFormat string]] == NO)
-            [sud setObject:[attrFormat string] forKey:BDSKLocalFileFormatKey];
        } else {
                [previewTextField setStringValue:NSLocalizedString(@"Invalid 
Format", @"Preview for invalid autogeneration format")];
        }

Modified: trunk/bibdesk/BibPref_CiteKey.m
===================================================================
--- trunk/bibdesk/BibPref_CiteKey.m     2018-07-22 06:30:34 UTC (rev 22448)
+++ trunk/bibdesk/BibPref_CiteKey.m     2018-07-22 09:26:06 UTC (rev 22449)
@@ -129,8 +129,6 @@
                        [citeKeyLine setFrame:frame];
                }
                [[self view] setNeedsDisplay:YES];
-        if ([citeKeyFormat isEqualToString:[attrFormat string]] == NO)
-            [sud setObject:[attrFormat string] forKey:BDSKCiteKeyFormatKey];
        } else {
                [citeKeyLine setStringValue:NSLocalizedString(@"Invalid 
Format", @"Preview for invalid autogeneration format")];
        }

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to