[57683] users/ryandesign/minivmac/files/configure.applescript

ryandesign at macports.org ryandesign at macports.org
Mon Sep 14 17:16:13 PDT 2009


Revision: 57683
          http://trac.macports.org/changeset/57683
Author:   ryandesign at macports.org
Date:     2009-09-14 17:16:12 -0700 (Mon, 14 Sep 2009)
Log Message:
-----------
minivmac: remove code from configure.applescript I didn't end up needing

Modified Paths:
--------------
    users/ryandesign/minivmac/files/configure.applescript

Modified: users/ryandesign/minivmac/files/configure.applescript
===================================================================
--- users/ryandesign/minivmac/files/configure.applescript	2009-09-14 23:59:29 UTC (rev 57682)
+++ users/ryandesign/minivmac/files/configure.applescript	2009-09-15 00:16:12 UTC (rev 57683)
@@ -16,17 +16,10 @@
 	
 	delay 1 -- wait for system software to finish starting up
 	
-	--my menu_file_close_all() -- close all Finder windows
-	
-	--my key_code(8) -- "C" -- select the ClipIn disk's icon
-	--my menu_file_open() -- open it
 	my key_code(22) -- "6" -- select the 6-ClipIn program
 	my menu_file_open() -- open it -- it auto-quits
 	my menu_file_close() -- close Finder window
-	--my menu_file_put_away() -- eject the ClipIn disk
 	
-	--my key_code(46) -- "M" -- select the minivmac disk's icon
-	--my menu_file_open() -- open it
 	my key_code(11) -- "B" -- select the Build program
 	my menu_file_open() -- open it
 	my menu_edit_paste() -- paste the clipboard contents into the window
@@ -72,11 +65,6 @@
 	delay 0.5 -- wait for zoomrects to draw
 end menu_file_close
 
-on menu_file_close_all()
-	my key_code_with_modifiers(13, {command down, option down}) -- "Command-Option-W"
-	delay 0.5 -- wait for zoomrects to draw
-end menu_file_close_all
-
 on menu_file_put_away()
 	my key_code_with_modifiers(16, {command down}) -- "Command-Y"
 	delay 0.5 -- wait for zoomrects to draw
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090914/dcc8f125/attachment.html>


More information about the macports-changes mailing list