diff options
author | avenjamin <avenjamin@gmail.com> | 2008-05-07 04:02:13 +0000 |
---|---|---|
committer | avenjamin <avenjamin@gmail.com> | 2008-05-07 04:02:13 +0000 |
commit | eb72b9122f57fa31c86229c3c698d90853dcb4ec (patch) | |
tree | 62e9d917505c8081f004d132d34dfe3745306b7f /MainController.m | |
parent | caa1709c33fd44b51460b6f8357b581658d5b560 (diff) | |
download | sequelpro-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.m | 2 |
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]; |