mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/tk/sample/tkextlib/treectrl/mailwasher.rb: fixed typo. [ruby-dev:26008]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9e985d3e58
commit
ff866f0a8f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-04-10 ocean <ocean@ruby-lang.org>
|
||||
|
||||
* sample/tkextlib/treectrl/mailwasher.rb: fixed typo. [ruby-dev:26008]
|
||||
|
||||
2005-04-09 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||
|
||||
* sample/tkextlib/tile/demo.rb: new demo of Tile extension.
|
||||
|
|
|
@ -106,7 +106,7 @@ def demoMailWasher(t)
|
|||
['whoami@spammer.com', "Find out what you think about yourself"],
|
||||
['downsized@spammer.com', "You need a better job"],
|
||||
['poorhouse@spammer.com', "Your mortgage is a joke"],
|
||||
['spam4ever@spammer.com' "You need more spam"]
|
||||
['spam4ever@spammer.com', "You need more spam"]
|
||||
].each{|frm, subj|
|
||||
item = t.item_create
|
||||
status = ['styNormal','styPossSpam','styProbSpam','styBlacklist'][rand(4)]
|
||||
|
|
Loading…
Reference in a new issue