diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-17 23:35:59 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-17 23:35:59 +0000 |
commit | 94e6cbd84b96af04b0b3f7eec4b67b2b99cf62ad (patch) | |
tree | bfe57e6669daf345e15799ccc2d13cc5c562bac6 /Source/SPBundleEditorController.h | |
parent | 16e45c62511d8752afdb30f2dd0e0238273aac85 (diff) | |
download | sequelpro-94e6cbd84b96af04b0b3f7eec4b67b2b99cf62ad.tar.gz sequelpro-94e6cbd84b96af04b0b3f7eec4b67b2b99cf62ad.tar.bz2 sequelpro-94e6cbd84b96af04b0b3f7eec4b67b2b99cf62ad.zip |
• further progress on Bundle Editor
Diffstat (limited to 'Source/SPBundleEditorController.h')
-rw-r--r-- | Source/SPBundleEditorController.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h index 7ab89200..c313668a 100644 --- a/Source/SPBundleEditorController.h +++ b/Source/SPBundleEditorController.h @@ -51,7 +51,8 @@ NSString *bundlePath; NSString *draggedFilePath; - + NSString *oldBundleName; + BOOL isTableCellEditing; } |