Created
September 30, 2008 04:33
-
-
Save greatseth/13742 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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