diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-07-18 19:36:42 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-07-18 19:36:42 +0000 |
commit | 1d7e6fcca4ab74d61e0ec9ac21c9f3a49a10c035 (patch) | |
tree | 9118fa7337203a7b08611c06cd20881ae9a03e42 /Source/TableContent.m | |
parent | 277f1dabb351701d5912057dce82eb6690726eeb (diff) | |
download | sequelpro-1d7e6fcca4ab74d61e0ec9ac21c9f3a49a10c035.tar.gz sequelpro-1d7e6fcca4ab74d61e0ec9ac21c9f3a49a10c035.tar.bz2 sequelpro-1d7e6fcca4ab74d61e0ec9ac21c9f3a49a10c035.zip |
• added: AMIndeterminateProgressIndicatorCell for global spinning wheel
• added: spinning wheel background image
• removed warning in TableContent (unused 'j')
Diffstat (limited to 'Source/TableContent.m')
-rw-r--r-- | Source/TableContent.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableContent.m b/Source/TableContent.m index c84ee3c7..8bcf4942 100644 --- a/Source/TableContent.m +++ b/Source/TableContent.m @@ -1400,7 +1400,7 @@ NSMutableString *argument = [NSMutableString string]; // NSString *columnType; NSArray *columnNames; - int i,j; + int i; if ( row == -1 ) return @""; |