* ext/tk/sample/tkextlib/treectrl/outlook-newgroup.rb: @Messge => @Message

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
a_matsuda 2015-12-27 09:59:20 +00:00
Родитель 9e04d1fbf1
Коммит 4155804448
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -389,7 +389,7 @@ def demoOutlookNewsgroup2(t)
t.notify_bind(t, 'Expand-after',
proc{|w, i|
if @Messge[:read][i] && anyUnreadDescendants(t, i)
if @Message[:read][i] && anyUnreadDescendants(t, i)
# read2 -> read
t.item_style_map(i, 'subject', 'read',
['text.unread', 'text.read'])
@ -405,7 +405,7 @@ def demoOutlookNewsgroup2(t)
t.notify_bind(t, 'Collapse-after',
proc{|w, i|
if @Messge[:read][i] && anyUnreadDescendants(t, i)
if @Message[:read][i] && anyUnreadDescendants(t, i)
# read -> read2
t.item_style_map(i, 'subject', 'read2',
['text.read', 'text.unread'])