From a9f195cffdb8fae186e6e9a053bb48fbeebbb618 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Sun, 15 Aug 2010 11:01:50 +0000 Subject: =?UTF-8?q?=E2=80=A2=20fixed:=20display=20tables=20and=20views=20c?= =?UTF-8?q?orrectly=20in=20auto-completion=20list=20and=20in=20the=20Navig?= =?UTF-8?q?ator?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Frameworks') diff --git a/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m b/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m index 851bf936..d8e43710 100644 --- a/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m +++ b/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m @@ -2198,7 +2198,7 @@ void performThreadedKeepAlive(void *ptr) for (id aView in [[[self delegate] valueForKeyPath:@"tablesListInstance"] allViewNames]) { NSDictionary *aViewDict = [NSDictionary dictionaryWithObjectsAndKeys: aView, @"name", - @"0", @"type", + @"1", @"type", nil]; [tablesAndViews addObject:aViewDict]; } -- cgit v1.2.3