Revision: 13812
          http://sourceforge.net/p/skim-app/code/13812
Author:   hofman
Date:     2023-11-26 00:00:08 +0000 (Sun, 26 Nov 2023)
Log Message:
-----------
fix image for emailer service

Modified Paths:
--------------
    trunk/SKAttachmentEmailer.m

Modified: trunk/SKAttachmentEmailer.m
===================================================================
--- trunk/SKAttachmentEmailer.m 2023-11-25 23:01:05 UTC (rev 13811)
+++ trunk/SKAttachmentEmailer.m 2023-11-26 00:00:08 UTC (rev 13812)
@@ -98,7 +98,7 @@
     NSImage *image = [[[NSImage alloc] initWithSize:NSMakeSize(16.0, 16.0)] 
autorelease];
     [image lockFocus];
     [icon drawInRect:NSMakeRect(0.0, 0.0, 16.0, 16.0)];
-    [image lockFocus];
+    [image unlockFocus];
     return image;
 }
 

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



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to