Revision: 27464 http://sourceforge.net/p/bibdesk/svn/27464 Author: hofman Date: 2022-05-23 08:59:04 +0000 (Mon, 23 May 2022) Log Message: ----------- update editor window title when pubtype changes, the title property depends on it
Modified Paths: -------------- trunk/bibdesk/BDSKEditor.m Modified: trunk/bibdesk/BDSKEditor.m =================================================================== --- trunk/bibdesk/BDSKEditor.m 2022-05-23 08:51:31 UTC (rev 27463) +++ trunk/bibdesk/BDSKEditor.m 2022-05-23 08:59:04 UTC (rev 27464) @@ -2431,7 +2431,8 @@ else if([changeKey isEqualToString:BDSKPubTypeString]){ [self resetFieldsIfNeeded]; [self updateTypePopup]; - } + [self synchronizeWindowTitleWithDocumentName]; + } else if([changeKey isEqualToString:BDSKCrossrefString] || parentChanged){ // Reset if the crossref changed, or our parent's cite key changed. // If we are editing a crossref field, we should first set the new value, because resetFields will set the edited value. This happens when it is set through drag/drop 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