Make activityFacility update interval a user default. Move refresh button to context...
[pithos-macos] / pithos-macos / pithos_macosAppDelegate.h
index 2161f0c..7f14091 100644 (file)
@@ -61,6 +61,8 @@
     NSTimeInterval syncTimeInterval;
     NSTimer *syncTimer;
     PithosAccount *syncPithosAccount;
+
+    NSTimeInterval activityFacilityTimeInterval;
 }
 
 @property (nonatomic, retain) PithosBrowserController *pithosBrowserController;
@@ -70,6 +72,7 @@
 @property (nonatomic, retain) NSMutableArray *pithosAccounts;
 @property (nonatomic, readonly) NSMutableDictionary *pithosAccountsDictionary;
 @property (nonatomic, retain) PithosAccount *syncPithosAccount;
+@property (nonatomic, readonly) NSTimeInterval activityFacilityTimeInterval;
 
 - (void)handleAppleEvent:(NSAppleEventDescriptor *)event withReplyEvent: (NSAppleEventDescriptor *)replyEvent;
 - (IBAction)showPithosBrowser:(id)sender;