Revision: 2620 http://skim-app.svn.sourceforge.net/skim-app/?rev=2620&view=rev Author: hofman Date: 2007-08-07 11:53:43 -0700 (Tue, 07 Aug 2007)
Log Message: ----------- Hide temporarily mounted disk image from Finder. Modified Paths: -------------- trunk/SKDocument.m Modified: trunk/SKDocument.m =================================================================== --- trunk/SKDocument.m 2007-08-07 17:10:39 UTC (rev 2619) +++ trunk/SKDocument.m 2007-08-07 18:53:43 UTC (rev 2620) @@ -630,7 +630,7 @@ if (success) { success = [NSTask runTaskWithLaunchPath:@"/usr/bin/hdiutil" - arguments:[NSArray arrayWithObjects:@"attach", @"-mountpoint", tmpMountPath, tmpDmgPath1, nil] + arguments:[NSArray arrayWithObjects:@"attach", @"-nobrowse", @"-mountpoint", tmpMountPath, tmpDmgPath1, nil] currentDirectoryPath:tmpDir]; didAttach = success; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit