<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,9 +1,9 @@
 module IronNails
-
-  module View
   
-    module Extensions
+  module View
     
+    module Extensions
+      
       module ThreadingSupport
         
         def on_ui_thread(element=:instance, &amp;b)
@@ -25,7 +25,7 @@ module IronNails
           end
           ThreadPool.queue_user_work_item cb        
         end
-         
+        
       end
       
       module CommandSupport
@@ -41,7 +41,7 @@ module IronNails
         end
         
       end
-  
+      
       module TimerSupport
         
         include IronNails::View::Extensions::CommandSupport
@@ -74,16 +74,16 @@ module IronNails
         
         private 
         
-          def get_timer_for(command)
-            instance_variable_get &quot;@#{command.timer_name}&quot;
-          end
+        def get_timer_for(command)
+          instance_variable_get &quot;@#{command.timer_name}&quot;
+        end
         
       end
       
       module EventSupport
-      
+        
         include IronNails::View::Extensions::CommandSupport
-              
+        
         # Adds the specified +command+ to this view
         def add_command(command)
           command.view = self
@@ -98,12 +98,12 @@ module IronNails
       end
       
       module SubViewSupport
-      
-#        def add_sub_view(command)
-#          command.view = self
-#          command.execute if command.can_execute?
-#        end
-                
+        
+        #        def add_sub_view(command)
+        #          command.view = self
+        #          command.execute if command.can_execute?
+        #        end
+        
         # Adds a subview to the current view.
         def add_control(target, view)
           parent = send(target)
@@ -116,7 +116,7 @@ module IronNails
         end
         
       end
-    
+      
     end
     
     # The IronNails::View::XamlProxy class wraps a xaml file and brings it alive
@@ -164,7 +164,7 @@ module IronNails
       def visibility=(visi)
         instance.visibility = visi.to_sym.to_visibility if instance.respond_to?(:visibility)
       end
-            
+      
       # shows the proxied view
       def show
         WpfApplication.current.has_main_window? ? instance.show : instance
@@ -190,7 +190,7 @@ module IronNails
       
       # tells this proxy to render itself with the changed information
       def refresh
-		  Workarounds.refresh @instance
+        Workarounds.refresh @instance
       end     
       
       def method_missing(sym, *args, &amp;blk)
@@ -220,7 +220,7 @@ module IronNails
       end
       
     end
-  
+    
   end
   
 end
\ No newline at end of file</diff>
      <filename>IronNails/vendor/iron_nails/lib/view/xaml_proxy.rb</filename>
    </modified>
    <modified>
      <diff>@@ -40,7 +40,7 @@ public class DemoViewModel : IronNails.View.ViewModel { }
 &lt;/Window&gt;
 
 If you want to run the project:
-update IronRuby to the latest revision (currently r.140)
+update IronRuby to the latest revision (currently r.170)
 update the build_conf.yml file in the config folder to point to your ironruby bin folder. We need to copy some assemblies there.
 type rake run in the ironnails directory ie. C:\projects\ironnails\ironnails\ &gt; rake run
 </diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3035e8e18b1c2757c22797d40d5635a753eb7262</id>
    </parent>
  </parents>
  <author>
    <name>Ivan Porto Carrero</name>
    <email>ivan@flanders.co.nz</email>
  </author>
  <url>http://github.com/casualjim/ironnails/commit/e3206d76834b43be66ebeb3b6365a3859f4466b8</url>
  <id>e3206d76834b43be66ebeb3b6365a3859f4466b8</id>
  <committed-date>2008-11-09T06:36:29-08:00</committed-date>
  <authored-date>2008-11-09T06:36:29-08:00</authored-date>
  <message>Updated readme with current ironruby revision</message>
  <tree>d9ef1e090a7a8a9f82bb0889a81ea92c8a9c2223</tree>
  <committer>
    <name>Ivan Porto Carrero</name>
    <email>ivan@flanders.co.nz</email>
  </committer>
</commit>
