diff options
author | rowanbeentje <rowan@beent.je> | 2009-03-05 21:38:51 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-03-05 21:38:51 +0000 |
commit | 68dd0c0f1bd028725d697ed2fc1f2ce33bb9682f (patch) | |
tree | f3db7f49eabccd09f21b0479145bb8baa9f76134 /Source/TableSource.h | |
parent | 0ebdbeb0201580e5abcded23dd37b6b3516cbb84 (diff) | |
download | sequelpro-68dd0c0f1bd028725d697ed2fc1f2ce33bb9682f.tar.gz sequelpro-68dd0c0f1bd028725d697ed2fc1f2ce33bb9682f.tar.bz2 sequelpro-68dd0c0f1bd028725d697ed2fc1f2ce33bb9682f.zip |
- Fix a number of edit sheet crashers regarding opening and saving files, image deletions, and image drag and dropping (fixes Issue #85 and google groups report)
- Improves compatbility of drag-and-drops onto the image well, including support for image drags from other applications
- Attempt to automatically select the image or text tab in the edit sheet as appropriate
- Fixes build-from-clean warnings caused by an unexposed function added in r375
Diffstat (limited to 'Source/TableSource.h')
-rw-r--r-- | Source/TableSource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableSource.h b/Source/TableSource.h index 4b15bc6f..c66ec71f 100644 --- a/Source/TableSource.h +++ b/Source/TableSource.h @@ -88,6 +88,7 @@ //additional methods - (void)setConnection:(CMMCPConnection *)theConnection; - (NSArray *)fetchResultAsArray:(CMMCPResult *)theResult; +- (BOOL)saveRowOnDeselect; - (BOOL)addRowToDB; - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(NSString *)contextInfo; |