diff --git a/macosx/PrefsController.m b/macosx/PrefsController.m index c0ef0e158..7a565690e 100644 --- a/macosx/PrefsController.m +++ b/macosx/PrefsController.m @@ -466,7 +466,7 @@ - (void) setStalled: (id) sender { - [[NSNotificationCenter defaultCenter] postNotificationName: @"UpdateUI" object: self]; + [[NSNotificationCenter defaultCenter] postNotificationName: @"UpdateQueue" object: self]; } - (void) setStalledMinutes: (id) sender