Skip to content

Instantly share code, notes, and snippets.

@greatseth
Created September 30, 2008 04:33
Show Gist options
  • Select an option

  • Save greatseth/13742 to your computer and use it in GitHub Desktop.

Select an option

Save greatseth/13742 to your computer and use it in GitHub Desktop.
diff --git a/lib/shoes/setup.rb b/lib/shoes/setup.rb
index 562c37a..f9e389e 100644
--- a/lib/shoes/setup.rb
+++ b/lib/shoes/setup.rb
@@ -274,7 +274,7 @@ class Gem::ShoesFace
end
def initialize app
- @title, @status, @prog, = app.contents[-1].contents
+ @title, @status, @prog, = app.slot.contents[-1].contents
end
def title msg
@title.replace msg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment