# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1181205838 0 # Node ID 01f9f93abc4c76d8a83defcc405ee299a3c66315 # Parent 04a91000671cf29c6fa67b67ea8de8aa461f01f7 (xrm_get_preference_database): Remove BLOCK_INPUT. diff -r 04a91000671c -r 01f9f93abc4c src/mac.c --- a/src/mac.c Thu Jun 07 08:13:21 2007 +0000 +++ b/src/mac.c Thu Jun 07 08:43:58 2007 +0000 @@ -1826,8 +1826,6 @@ GCPRO3 (database, quarks, value); - BLOCK_INPUT; - app_id = kCFPreferencesCurrentApplication; if (application) { @@ -1879,8 +1877,6 @@ CFRelease (key_set); CFRelease (app_id); - UNBLOCK_INPUT; - UNGCPRO; return database;