Revision: 29754
          http://sourceforge.net/p/bibdesk/svn/29754
Author:   hofman
Date:     2025-10-22 16:25:57 +0000 (Wed, 22 Oct 2025)
Log Message:
-----------
send notification when export templates are reset so ui is updated

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

Modified: trunk/bibdesk/BDSKTemplate.m
===================================================================
--- trunk/bibdesk/BDSKTemplate.m        2025-10-22 15:42:38 UTC (rev 29753)
+++ trunk/bibdesk/BDSKTemplate.m        2025-10-22 16:25:57 UTC (rev 29754)
@@ -280,6 +280,7 @@
 + (void)setExportTemplates:(NSArray *)tree {
     if (tree == nil) {
         exportTemplateTree = nil;
+        [[NSNotificationCenter defaultCenter] 
postNotificationName:BDSKExportTemplatesChangedNotification object:self];
     } else {
         NSData *data = [NSKeyedArchiver archivedDataWithRootObject:tree];
         if (nil == data) {

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