[macruby-changes] [353] MacRuby/trunk/lib/hotcocoa/mappings

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 10 06:27:22 PDT 2008


Revision: 353
          http://trac.macosforge.org/projects/ruby/changeset/353
Author:   rich at infoether.com
Date:     2008-07-10 06:27:22 -0700 (Thu, 10 Jul 2008)
Log Message:
-----------
just a rename for consistency

Added Paths:
-----------
    MacRuby/trunk/lib/hotcocoa/mappings/layout_view.rb

Removed Paths:
-------------
    MacRuby/trunk/lib/hotcocoa/mappings/layout.rb

Deleted: MacRuby/trunk/lib/hotcocoa/mappings/layout.rb
===================================================================
--- MacRuby/trunk/lib/hotcocoa/mappings/layout.rb	2008-07-10 13:24:39 UTC (rev 352)
+++ MacRuby/trunk/lib/hotcocoa/mappings/layout.rb	2008-07-10 13:27:22 UTC (rev 353)
@@ -1,11 +0,0 @@
-require 'hotcocoa/packing_view'
-
-Mappings.map :layout_view => :LayoutView do
-
-  defaults :frame => DefaultEmptyRect
-
-  def init_with_options(view, options)
-    view.initWithFrame options.delete(:frame)
-  end
-
-end

Copied: MacRuby/trunk/lib/hotcocoa/mappings/layout_view.rb (from rev 352, MacRuby/trunk/lib/hotcocoa/mappings/layout.rb)
===================================================================
--- MacRuby/trunk/lib/hotcocoa/mappings/layout_view.rb	                        (rev 0)
+++ MacRuby/trunk/lib/hotcocoa/mappings/layout_view.rb	2008-07-10 13:27:22 UTC (rev 353)
@@ -0,0 +1,11 @@
+require 'hotcocoa/packing_view'
+
+Mappings.map :layout_view => :LayoutView do
+
+  defaults :frame => DefaultEmptyRect
+
+  def init_with_options(view, options)
+    view.initWithFrame options.delete(:frame)
+  end
+
+end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macruby-changes/attachments/20080710/7a9cb085/attachment-0001.html 


More information about the macruby-changes mailing list