Revision 580d6623 pithos-macos/pithos_macosAppDelegate.h

b/pithos-macos/pithos_macosAppDelegate.h
51 51
    IBOutlet NSMenu *lastSyncMenu;
52 52
    NSStatusItem *statusItem;
53 53
    
54
    NSString *aboutVersion;
55
    
56 54
    NSUserDefaults *userDefaults;
57 55
    
58 56
    BOOL activated;
......
67 65

  
68 66
@property (nonatomic, retain) PithosBrowserController *pithosBrowserController;
69 67
@property (nonatomic, assign) BOOL alwaysNo;
70
@property (nonatomic, readonly) NSString *aboutVersion;
71 68
@property (nonatomic, assign) BOOL activated;
72 69
@property (nonatomic, retain) PithosAccount *currentPithosAccount;
73 70
@property (nonatomic, retain) NSMutableArray *pithosAccounts;
......
77 74
- (void)handleAppleEvent:(NSAppleEventDescriptor *)event withReplyEvent: (NSAppleEventDescriptor *)replyEvent;
78 75
- (IBAction)showPithosBrowser:(id)sender;
79 76
- (IBAction)showPithosPreferences:(id)sender;
80
- (IBAction)aboutPithos:(id)sender;
81 77
- (void)savePithosAccounts:(id)sender;
82 78
- (void)removedPithosAccount:(PithosAccount *)removedPithosAccount;
83 79

  

Also available in: Unified diff