]> granicus.if.org Git - transmission/commitdiff
the badge by itself can not be updated easily by itself any more
authorMitchell Livingston <livings124@transmissionbt.com>
Sun, 23 Jan 2011 18:26:35 +0000 (18:26 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Sun, 23 Jan 2011 18:26:35 +0000 (18:26 +0000)
macosx/PrefsController.m

index cb7dd3860ecd45f267b1d63dc2ed9d0e6cba64f5..bef6276d837bce0626862399c2d9f24a7a7323e6 100644 (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