Revision: 26229
          http://sourceforge.net/p/bibdesk/svn/26229
Author:   hofman
Date:     2021-06-15 09:16:46 +0000 (Tue, 15 Jun 2021)
Log Message:
-----------
Use objectValue, as it goes through the formatter

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

Modified: trunk/bibdesk/BibPref_Defaults.m
===================================================================
--- trunk/bibdesk/BibPref_Defaults.m    2021-06-15 06:30:39 UTC (rev 26228)
+++ trunk/bibdesk/BibPref_Defaults.m    2021-06-15 09:16:46 UTC (rev 26229)
@@ -504,7 +504,7 @@
 
 - (IBAction)changeGlobalMacroFile:(id)sender {
     NSInteger row = [globalMacroFilesTableView rowForView:sender];
-    NSString *path = [sender stringValue];
+    NSString *path = [sender objectValue];
     if (row != -1 && [NSString isEmptyString:path] == NO) {
         [globalMacroFiles replaceObjectAtIndex:row withObject:path];
         [sud setObject:globalMacroFiles forKey:BDSKGlobalMacroFilesKey];

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



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to