diff options
author | mltownsend <mltownsend@gmail.com> | 2008-11-24 22:12:45 +0000 |
---|---|---|
committer | mltownsend <mltownsend@gmail.com> | 2008-11-24 22:12:45 +0000 |
commit | 90961fd96f5f2d746cceb151895d3b07bda9cf8a (patch) | |
tree | 7b0c0f8244d2be2ab4ffe25079bfba958f9c42cd /English.lproj/DBView.xib | |
parent | 1f3824ec2bc2465d9fe20c30f93db9ec5281151b (diff) | |
download | sequelpro-90961fd96f5f2d746cceb151895d3b07bda9cf8a.tar.gz sequelpro-90961fd96f5f2d746cceb151895d3b07bda9cf8a.tar.bz2 sequelpro-90961fd96f5f2d746cceb151895d3b07bda9cf8a.zip |
Fix for Issue 88. NSArrayControllor was trying to bind to multiple values when there is only one value being shown.
Diffstat (limited to 'English.lproj/DBView.xib')
-rw-r--r-- | English.lproj/DBView.xib | 47 |
1 files changed, 24 insertions, 23 deletions
diff --git a/English.lproj/DBView.xib b/English.lproj/DBView.xib index a2280417..21211b78 100644 --- a/English.lproj/DBView.xib +++ b/English.lproj/DBView.xib @@ -8,6 +8,7 @@ <string key="IBDocument.HIToolboxVersion">352.00</string> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> + <integer value="1916"/> <integer value="4015"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> @@ -3984,7 +3985,7 @@ <string key="NSWindowContentMaxSize">{3.40282e+38, 3.40282e+38}</string> <string key="NSWindowContentMinSize">{256, 191}</string> <object class="NSView" key="NSWindowView" id="586457094"> - <nil key="NSNextResponder"/> + <reference key="NSNextResponder"/> <int key="NSvFlags">256</int> <object class="NSMutableArray" key="NSSubviews"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -4563,6 +4564,7 @@ </object> </object> <string key="NSFrameSize">{519, 335}</string> + <reference key="NSSuperview"/> </object> <string key="NSScreenRect">{{0, 0}, {1440, 878}}</string> <string key="NSMinSize">{256, 213}</string> @@ -9498,7 +9500,6 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8</string> <object class="NSMutableArray" key="NSDeclaredKeys"> <bool key="EncodedWithXMLCoder">YES</bool> <string>name</string> - <string>host</string> </object> <bool key="NSEditable">YES</bool> <bool key="NSAutomaticallyPreparesContent">YES</bool> @@ -11189,26 +11190,6 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8</string> <int key="connectionID">3149</int> </object> <object class="IBConnectionRecord"> - <object class="IBBindingConnection" key="connection"> - <string key="label">value: arrangedObjects.name</string> - <reference key="source" ref="611607474"/> - <reference key="destination" ref="302582105"/> - <object class="NSNibBindingConnector" key="connector"> - <reference key="NSSource" ref="611607474"/> - <reference key="NSDestination" ref="302582105"/> - <string key="NSLabel">value: arrangedObjects.name</string> - <string key="NSBinding">value</string> - <string key="NSKeyPath">arrangedObjects.name</string> - <object class="NSDictionary" key="NSOptions"> - <string key="NS.key.0">NSConditionallySetsEditable</string> - <reference key="NS.object.0" ref="9"/> - </object> - <int key="NSNibBindingConnectorVersion">2</int> - </object> - </object> - <int key="connectionID">3174</int> - </object> - <object class="IBConnectionRecord"> <object class="IBOutletConnection" key="connection"> <string key="label">argumentField</string> <reference key="source" ref="392169872"/> @@ -11696,6 +11677,26 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8</string> </object> <int key="connectionID">4673</int> </object> + <object class="IBConnectionRecord"> + <object class="IBBindingConnection" key="connection"> + <string key="label">value: arrangedObjects.name</string> + <reference key="source" ref="611607474"/> + <reference key="destination" ref="302582105"/> + <object class="NSNibBindingConnector" key="connector"> + <reference key="NSSource" ref="611607474"/> + <reference key="NSDestination" ref="302582105"/> + <string key="NSLabel">value: arrangedObjects.name</string> + <string key="NSBinding">value</string> + <string key="NSKeyPath">arrangedObjects.name</string> + <object class="NSDictionary" key="NSOptions"> + <string key="NS.key.0">NSAllowsEditingMultipleValuesSelection</string> + <integer value="0" key="NS.object.0"/> + </object> + <int key="NSNibBindingConnectorVersion">2</int> + </object> + </object> + <int key="connectionID">4674</int> + </object> </object> <object class="IBMutableOrderedSet" key="objectRecords"> <object class="NSArray" key="orderedObjects"> @@ -19130,7 +19131,7 @@ Y2hhbmdlIHRoZSBvcmRlcg</string> </object> </object> <nil key="sourceID"/> - <int key="maxID">4673</int> + <int key="maxID">4674</int> </object> <object class="IBClassDescriber" key="IBDocument.Classes"> <object class="NSMutableArray" key="referencedPartialClassDescriptions"> |