Revision: 14853
          http://sourceforge.net/p/skim-app/code/14853
Author:   hofman
Date:     2025-01-06 09:42:15 +0000 (Mon, 06 Jan 2025)
Log Message:
-----------
fix properties dictionary for separator bookmark

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

Modified: trunk/SKBookmark.m
===================================================================
--- trunk/SKBookmark.m  2025-01-05 16:11:09 UTC (rev 14852)
+++ trunk/SKBookmark.m  2025-01-06 09:42:15 UTC (rev 14853)
@@ -878,7 +878,7 @@
 }
 
 - (NSDictionary *)properties {
-    return @{SEPARATOR_STRING:TYPE_KEY};
+    return @{TYPE_KEY:SEPARATOR_STRING};
 }
 
 - (SKBookmarkType)bookmarkType {

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