aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-12-06 23:44:59 +0000
committerstuconnolly <stuart02@gmail.com>2010-12-06 23:44:59 +0000
commit3fccc9c751cded1360aa22796ed3c6d700fd04c1 (patch)
tree7833f05d9540c9ad9ffd09c7dc181ee473484298 /Source/SPAppController.h
parent71524d822dd449c131f6e09b2a0be0c3c0101eb1 (diff)
parent263681ef03fd33d516ca8e84db12d1c54570679f (diff)
downloadsequelpro-3fccc9c751cded1360aa22796ed3c6d700fd04c1.tar.gz
sequelpro-3fccc9c751cded1360aa22796ed3c6d700fd04c1.tar.bz2
sequelpro-3fccc9c751cded1360aa22796ed3c6d700fd04c1.zip
Bring outlineview branch up to date with trunk (r2967:2974).
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r--Source/SPAppController.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h
index 8626148d..938a6423 100644
--- a/Source/SPAppController.h
+++ b/Source/SPAppController.h
@@ -34,8 +34,7 @@
IBOutlet NSWindow* bundleEditorWindow;
BOOL isNewFavorite;
- BOOL stopKeyDownListener;
-
+
SPAboutController *aboutController;
SPPreferenceController *prefsController;
SPBundleEditorController *bundleEditorController;
@@ -55,8 +54,12 @@
NSMutableArray *runningActivitiesArray;
+ NSString *lastBundleBlobFilesDirectory;
+
}
+@property (readwrite, retain) NSString *lastBundleBlobFilesDirectory;
+
- (IBAction)bundleCommandDispatcher:(id)sender;
// Window management
@@ -113,6 +116,4 @@
- (void)addHTMLOutputController:(id)controller;
-- (void)keyDownListener;
-
@end