Revision: 29999
          http://sourceforge.net/p/bibdesk/svn/29999
Author:   hofman
Date:     2026-02-16 15:23:22 +0000 (Mon, 16 Feb 2026)
Log Message:
-----------
don't display invalid papers folder alert twice

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

Modified: trunk/bibdesk/BibPref_AutoFile.m
===================================================================
--- trunk/bibdesk/BibPref_AutoFile.m    2026-02-15 23:17:58 UTC (rev 29998)
+++ trunk/bibdesk/BibPref_AutoFile.m    2026-02-16 15:23:22 UTC (rev 29999)
@@ -157,17 +157,6 @@
     }
 }
 
-// presently just used to display the warning if the path for autofile was 
invalid
-- (BOOL)control:(NSControl *)control didFailToFormatString:(NSString *)string 
errorDescription:(NSString *)error{
-    if(error != nil && control == papersFolderLocationTextField) {
-        NSAlert *alert = [[NSAlert alloc] init];
-        [alert setMessageText:NSLocalizedString(@"Invalid Entry", @"Message in 
alert dialog when entering invalid entry")];
-        [alert setInformativeText:error];
-        [alert beginSheetModalForWindow:[[self view] window] 
completionHandler:NULL];
-    }
-    return NO;
-}
-
 #pragma mark Local-Url format stuff
 
 - (IBAction)localUrlHelp:(id)sender{

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to