aboutsummaryrefslogtreecommitdiffstats
path: root/MainController.m
diff options
context:
space:
mode:
authoravenjamin <avenjamin@gmail.com>2008-05-07 04:02:13 +0000
committeravenjamin <avenjamin@gmail.com>2008-05-07 04:02:13 +0000
commiteb72b9122f57fa31c86229c3c698d90853dcb4ec (patch)
tree62e9d917505c8081f004d132d34dfe3745306b7f /MainController.m
parentcaa1709c33fd44b51460b6f8357b581658d5b560 (diff)
downloadsequelpro-eb72b9122f57fa31c86229c3c698d90853dcb4ec.tar.gz
sequelpro-eb72b9122f57fa31c86229c3c698d90853dcb4ec.tar.bz2
sequelpro-eb72b9122f57fa31c86229c3c698d90853dcb4ec.zip
Changed the tables list, custom cell to handle image+text+indentation, added table information (commented out until bug resolved)
Diffstat (limited to 'MainController.m')
-rw-r--r--MainController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/MainController.m b/MainController.m
index ccf387e9..3a176a80 100644
--- a/MainController.m
+++ b/MainController.m
@@ -672,7 +672,7 @@ code that need to be executed when the nib file is loaded
NSEnumerator *enumerator;
id favorite;
NSString *name, *host, *user, *database, *password;
- int code;
+// int code;
//register MainController as services provider
[NSApp setServicesProvider:self];