mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
Added check for update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user