Revision: 22646
http://sourceforge.net/p/bibdesk/svn/22646
Author: hofman
Date: 2018-09-21 21:35:00 +0000 (Fri, 21 Sep 2018)
Log Message:
-----------
Make sure pub type has normalized casing
Modified Paths:
--------------
trunk/bibdesk/BibItem.m
Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m 2018-09-21 20:45:07 UTC (rev 22645)
+++ trunk/bibdesk/BibItem.m 2018-09-21 21:35:00 UTC (rev 22646)
@@ -986,7 +986,7 @@
}
- (void)setPubType:(NSString *)newType{
- [self setPubType:newType withModDate:[NSDate date]];
+ [self setPubType:[newType entryType] withModDate:[NSDate date]];
}
- (void)setPubType:(NSString *)newType withModDate:(NSDate *)date{
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