From 8423a43814aa8549e9fe2bd1f50ba3eecdf3032c Mon Sep 17 00:00:00 2001 From: David Jeannot Date: Mon, 16 Jan 2012 17:04:52 -0500 Subject: Plumb.app: prevent the Finder's activation after Devdraw's The Finder can be reactivated after Devdraw's activation if both windows are on the same space. We prevent this by preventing Plumb.app's activation in the first place. R=rsc CC=plan9port.codebot http://codereview.appspot.com/5498096 --- mac/Plumb.app/Contents/Info.plist | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'mac/Plumb.app') diff --git a/mac/Plumb.app/Contents/Info.plist b/mac/Plumb.app/Contents/Info.plist index cff94bb8..5319ea10 100644 --- a/mac/Plumb.app/Contents/Info.plist +++ b/mac/Plumb.app/Contents/Info.plist @@ -1,5 +1,5 @@ - + CFBundleDevelopmentRegion @@ -68,11 +68,12 @@ CFBundleTypeName Program Files CFBundleTypeOSTypes - - + CFBundleTypeRole Viewer + LSBackgroundOnly + -- cgit v1.2.3