diff options
-rw-r--r-- | Interfaces/English.lproj/DBView.xib | 4 | ||||
-rw-r--r-- | Source/TableContent.m | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Interfaces/English.lproj/DBView.xib b/Interfaces/English.lproj/DBView.xib index 30e81caa..98620b04 100644 --- a/Interfaces/English.lproj/DBView.xib +++ b/Interfaces/English.lproj/DBView.xib @@ -8,7 +8,7 @@ <string key="IBDocument.HIToolboxVersion">353.00</string> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> - <integer value="4485"/> + <integer value="27"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -2808,7 +2808,7 @@ <string key="NSContents"/> <reference key="NSSupport" ref="244931163"/> <reference key="NSControlView" ref="976558465"/> - <int key="NSButtonFlags">-2032926465</int> + <int key="NSButtonFlags">-1227620097</int> <int key="NSButtonFlags2">34</int> <object class="NSCustomResource" key="NSNormalImage"> <string key="NSClassName">NSImage</string> diff --git a/Source/TableContent.m b/Source/TableContent.m index 04df0953..d8a0f761 100644 --- a/Source/TableContent.m +++ b/Source/TableContent.m @@ -1355,7 +1355,7 @@ - (BOOL)tableContainsBlobOrTextColumns { int i; - NSArray *tableColumns = [tableDataInstance tableColumns]; + NSArray *tableColumns = [tableDataInstance columns]; NSString *columnTypeGrouping; for ( i = 0 ; i < [tableColumns count]; i++ ) { |