From 66908fe13abab6d1e604bf96fd8861b51e345321 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 31 Dec 2007 04:18:40 +0000 Subject: [PATCH] reload the filter when changing "stalled" setting --- macosx/PrefsController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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