initial Sparkle 1.5 b5 commit

This commit is contained in:
Mitchell Livingston
2008-08-15 01:44:46 +00:00
parent 30a8c07e00
commit 2bf3559d13
106 changed files with 2412 additions and 83 deletions

View File

@@ -101,7 +101,6 @@ typedef enum
IBOutlet NSTextField * fURLSheetTextField;
IBOutlet NSButton * fURLSheetOpenButton;
IBOutlet SUUpdater * fUpdater;
BOOL fUpdateInProgress;
Badger * fBadger;
@@ -267,8 +266,6 @@ typedef enum
- (void) linkForums: (id) sender;
- (void) linkDonate: (id) sender;
- (void) prepareForUpdate: (NSNotification *) notification;
- (void) rpcCallback: (tr_rpc_callback_type) type forTorrentStruct: (struct tr_torrent *) torrentStruct;
- (void) rpcAddTorrentStruct: (NSValue *) torrentStructPtr;
- (void) rpcRemoveTorrent: (Torrent *) torrent;