From 913024fa75124f7501b3b41f192b681db938a442 Mon Sep 17 00:00:00 2001 From: Lukhnos Liu Date: Tue, 11 Sep 2012 22:04:55 -0700 Subject: [PATCH] Ignore input mode enable issues. --- Source/main.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/main.m b/Source/main.m index 1f2b96f6..029d0393 100644 --- a/Source/main.m +++ b/Source/main.m @@ -100,8 +100,7 @@ int main(int argc, char *argv[]) NSLog(@"All input sources enabled for %@", bundleID); } else { - NSLog(@"Failed to enable all input sources for %@", bundleID); - return -1; + NSLog(@"Cannot enable all input sources for %@, but this is ignored", bundleID); } }