Revision: 26899 http://sourceforge.net/p/bibdesk/svn/26899 Author: hofman Date: 2021-09-16 08:57:09 +0000 (Thu, 16 Sep 2021) Log Message: ----------- Fix bindings in file matcher config
Modified Paths: -------------- trunk/bibdesk/Base.lproj/FileMatcherConfigSheet.xib Modified: trunk/bibdesk/Base.lproj/FileMatcherConfigSheet.xib =================================================================== --- trunk/bibdesk/Base.lproj/FileMatcherConfigSheet.xib 2021-09-16 08:54:24 UTC (rev 26898) +++ trunk/bibdesk/Base.lproj/FileMatcherConfigSheet.xib 2021-09-16 08:57:09 UTC (rev 26899) @@ -109,11 +109,7 @@ <font key="font" metaFont="cellTitle"/> </buttonCell> <connections> - <binding destination="CAY-je-nZf" name="value" keyPath="objectValue" id="Amd-Mt-8pU"> - <dictionary key="options"> - <string key="NSValueTransformerName">useDocument</string> - </dictionary> - </binding> + <binding destination="CAY-je-nZf" name="value" keyPath="objectValue.useDocument" id="Za8-ZS-I9y"/> </connections> </button> </subviews> @@ -151,11 +147,7 @@ </constraints> <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="NSActionTemplate" id="tPm-1Y-wqx"/> <connections> - <binding destination="jcD-XW-2LN" name="value" keyPath="objectValue" id="IkI-eW-1zN"> - <dictionary key="options"> - <string key="NSValueTransformerName">image</string> - </dictionary> - </binding> + <binding destination="jcD-XW-2LN" name="value" keyPath="objectValue.image" id="5yz-Ak-uZN"/> </connections> </imageView> <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO" id="EKE-vv-F6f"> @@ -166,11 +158,7 @@ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> </textFieldCell> <connections> - <binding destination="jcD-XW-2LN" name="value" keyPath="objectValue" id="Nec-fT-gh4"> - <dictionary key="options"> - <string key="NSValueTransformerName">string</string> - </dictionary> - </binding> + <binding destination="jcD-XW-2LN" name="value" keyPath="objectValue.string" id="d3R-IX-Ui6"/> </connections> </textField> </subviews> 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