[prev in list] [next in list] [prev in thread] [next in thread] 

List:       appscript-changes
Subject:    [appscript-changes] [111]
From:       source_changes () macosforge ! org (source_changes () macosforge ! org)
Date:       2007-01-05 4:09:47
Message-ID: 20070105115401.8C26E475E6A () cvs ! opensource ! apple ! com
[Download RAW message or body]

Revision: 111
          http://trac.macosforge.org/projects/appscript/changeset/111
Author:   hengist.podd@virgin.net
Date:     2007-01-05 03:54:01 -0800 (Fri, 05 Jan 2007)

Log Message:
-----------
[rb-appscript] fixed incorrect method name

Modified Paths:
--------------
    rb-appscript/trunk/src/lib/_appscript/referencerenderer.rb

Modified: rb-appscript/trunk/src/lib/_appscript/referencerenderer.rb
===================================================================
--- rb-appscript/trunk/src/lib/_appscript/referencerenderer.rb	2007-01-05 01:49:17 \
                UTC (rev 110)
+++ rb-appscript/trunk/src/lib/_appscript/referencerenderer.rb	2007-01-05 11:54:01 \
UTC (rev 111) @@ -80,9 +80,9 @@
 			when :current
 				@result = "app.current"
 			when :by_path
-				@result = "app(#{@_app_data.app_identifier.inspect})"
+				@result = "app(#{@_app_data.identifier.inspect})"
 		else
-			@result = "app.#{@_app_data.constructor}(#{@_app_data.app_identifier.inspect})"
+			@result = "app.#{@_app_data.constructor}(#{@_app_data.identifier.inspect})"
 		end
 		return self
 	end

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/appscript-changes/attachments/20070105/21df6190/attachment.html



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic