Changeset 29431
- Timestamp:
- 02/02/09 18:23:06 (4 years ago)
- Files:
-
- 1 modified
-
lang/ruby/ruwin/lib/ruwin.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/ruwin/lib/ruwin.rb
r29413 r29431 5 5 END{ 6 6 unless $! 7 SWin::Application.messageloop{ Thread.pass } 7 SWin::Application.messageloop do 8 if Thread.list.size == 1 9 SWin::Application.waitmessage 10 else 11 Thread.pass 12 end 13 end 8 14 end 9 15 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)