Added check for update

This commit is contained in:
Eric Petit
2006-01-29 22:01:08 +00:00
parent ab3abc5af6
commit 0f1499a22b
8 changed files with 191 additions and 7 deletions

View File

@@ -69,6 +69,7 @@
io_connect_t fRootPort;
NSArray * fFilenames;
NSTimer * fTimer;
NSTimer * fUpdateTimer;
IBOutlet NSPanel * fPrefsWindow;
IBOutlet PrefsController * fPrefsController;
@@ -76,6 +77,7 @@
BOOL fHasGrowl;
Badger * fBadger;
BOOL fCheckIsAutomatic;
}
- (void) advancedChanged: (id) sender;
@@ -128,6 +130,10 @@
- (void) finderTrash: (NSString *) path;
- (void) growlRegister: (id) sender;
- (void) checkForUpdate: (id) sender;
- (void) checkForUpdateTimer: (NSTimer *) timer;
- (void) checkForUpdateAuto: (BOOL) automatic;
@end
#endif