Revision: 29717
          http://sourceforge.net/p/bibdesk/svn/29717
Author:   hofman
Date:     2025-10-12 17:05:10 +0000 (Sun, 12 Oct 2025)
Log Message:
-----------
disable sharing when failing to setup DO connection, we should not keep getting 
notifications

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

Modified: trunk/bibdesk/BDSKSharingServer.m
===================================================================
--- trunk/bibdesk/BDSKSharingServer.m   2025-10-12 16:44:07 UTC (rev 29716)
+++ trunk/bibdesk/BDSKSharingServer.m   2025-10-12 17:05:10 UTC (rev 29717)
@@ -465,10 +465,7 @@
     if (asyncServer != aServer)
         [aServer stop];
     
-    [asyncServer stop];
-    asyncServer = nil;
-    
-    [self setStatus:BDSKSharingStatusOff];
+    [self disableSharing];
 }
 
 - (void)netServiceWillPublish:(NSNetService *)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