Skip to content

Commit 37bcc42

Browse files
author
matz
committed
tktext.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 9fb43cc commit 37bcc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/tk/lib/tktext.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ def remove(*index)
471471
end
472472

473473
def ranges
474-
l = tk_split_list(tk_call(@t.path, 'tag', 'ranges', @id))
474+
l = tk_split_simplelist(tk_call(@t.path, 'tag', 'ranges', @id))
475475
r = []
476476
while key=l.shift
477477
r.push [key, l.shift]

0 commit comments

Comments
 (0)