the badge by itself can not be updated easily by itself any more

This commit is contained in:
Mitchell Livingston 2011-01-23 18:26:35 +00:00
parent a1eedd117d
commit bc50a6d868
1 changed files with 1 additions and 1 deletions

View File

@ -703,7 +703,7 @@ tr_session * fHandle;
- (void) setBadge: (id) sender
{
[[NSNotificationCenter defaultCenter] postNotificationName: @"DockBadgeChange" object: self];
[[NSNotificationCenter defaultCenter] postNotificationName: @"UpdateUI" object: self];
}
- (void) resetWarnings: (id) sender