diff --git a/App/BitBar/AppDelegate.m b/App/BitBar/AppDelegate.m index 3728fe7bd..3fa054f20 100644 --- a/App/BitBar/AppDelegate.m +++ b/App/BitBar/AppDelegate.m @@ -81,7 +81,7 @@ - (void)handleGetURLEvent:(NSAppleEventDescriptor *)event withReplyEvent:(NSAppl // extract the url from the event and handle it NSString *URLString = [event paramDescriptorForKeyword:keyDirectObject].stringValue; - NSString *prefix = @"bitbar://openPlugin/"; + NSString *prefix = @"bitbar://openPlugin?src="; // skip urls that don't begin with our prefix if (![URLString hasPrefix:prefix])