зеркало из https://github.com/github/ruby.git
ivar name typo in a Tk sample
* 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:
Родитель
9e04d1fbf1
Коммит
4155804448
|
@ -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'])
|
||||
|
|
Загрузка…
Ссылка в новой задаче