From d7a60be55db3fa16565c888351af4a2142e7b751 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Thu, 22 Apr 2010 13:54:50 +0000 Subject: Ensure that table change selection notifications are posted to the main thread. --- Source/TablesList.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source') diff --git a/Source/TablesList.m b/Source/TablesList.m index 7bbbbf62..763638e5 100644 --- a/Source/TablesList.m +++ b/Source/TablesList.m @@ -639,7 +639,7 @@ [spHistoryControllerInstance updateHistoryEntries]; // Notify listeners of the table change now that the state is fully set up - [[NSNotificationCenter defaultCenter] postNotificationName:SPTableChangedNotification object:tableDocumentInstance]; + [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadWithName:SPTableChangedNotification object:tableDocumentInstance]; return; } -- cgit v1.2.3