1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-31 03:12:44 +00:00

trivial changes

This commit is contained in:
Mitchell Livingston 2009-03-01 17:02:58 +00:00
parent 52639e467a
commit 72230e8756
2 changed files with 2 additions and 3 deletions

View file

@ -262,8 +262,7 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
[[UKKQueue sharedFileWatcher] setDelegate: self];
SUUpdater * updater = [SUUpdater sharedUpdater];
[updater setDelegate: self];
[[SUUpdater sharedUpdater] setDelegate: self];
fUpdateInProgress = NO;
}
return self;

View file

@ -117,7 +117,7 @@ tr_session * fLib;
[fResetButton sizeToFit];
NSRect buttonFrame = [fResetButton frame];
buttonFrame.size.width += 10.0f;
buttonFrame.size.width += 10.0;
buttonFrame.origin.x -= buttonFrame.size.width - oldButtonWidth;
[fResetButton setFrame: buttonFrame];
}