Revision: 27564
http://sourceforge.net/p/bibdesk/svn/27564
Author: hofman
Date: 2022-06-06 09:21:02 +0000 (Mon, 06 Jun 2022)
Log Message:
-----------
no need to explicitly notify the pub when a file is filed, updating the linked
file should notify its delegate implicitly
Modified Paths:
--------------
trunk/bibdesk/BDSKFiler.m
Modified: trunk/bibdesk/BDSKFiler.m
===================================================================
--- trunk/bibdesk/BDSKFiler.m 2022-06-06 08:49:22 UTC (rev 27563)
+++ trunk/bibdesk/BDSKFiler.m 2022-06-06 09:21:02 UTC (rev 27564)
@@ -278,9 +278,8 @@
[fileInfoDicts addObject:info];
if (isLinkedFiles) {
+ // this should implicitly notify the pub of a
file change
[file updateWithPath:newPath];
- // make sure the UI is updated
- [pub noteFilesChanged:YES];
}
[doc
runScriptHookWithName:BDSKScriptHookNameDidAutoFile
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