diff options
| author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-27 01:57:14 +0000 |
|---|---|---|
| committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-27 01:57:14 +0000 |
| commit | 8f0222fb6bb164dbb35eabdc273b5e2f4194f812 (patch) | |
| tree | 9a8d9e619bd84671eaff2df87efbcb27fc4c5404 /ext/tk/sample/tkextlib | |
| parent | f9e4bd01615be03f07991b24544f2e3ef9e84a2b (diff) | |
| download | ruby-8f0222fb6bb164dbb35eabdc273b5e2f4194f812.tar.gz ruby-8f0222fb6bb164dbb35eabdc273b5e2f4194f812.tar.xz ruby-8f0222fb6bb164dbb35eabdc273b5e2f4194f812.zip | |
* ext/tk/sample/tkextlib/tile/demo.rb: fixed typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/sample/tkextlib')
| -rw-r--r-- | ext/tk/sample/tkextlib/tile/demo.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/sample/tkextlib/tile/demo.rb b/ext/tk/sample/tkextlib/tile/demo.rb index 6603304b1..a0cbb4790 100644 --- a/ext/tk/sample/tkextlib/tile/demo.rb +++ b/ext/tk/sample/tkextlib/tile/demo.rb @@ -411,7 +411,7 @@ mb.menu(m) $V[:rmbIndicatoron] = mb.indicatoron m.add(:checkbutton, :label=>'Indicator?', #' :variable=>$V.ref(:rmbIndicatoron), - :command=>proc{mb.indicatoron($V[:rmbIndicatoron].value)}) + :command=>proc{mb.indicatoron($V[:rmbIndicatoron])}) m.add(:separator) fillMenu(m) |
