aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.h
diff options
context:
space:
mode:
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