Skip to content

Commit

Permalink
* ext/tk/lib/tk/panedwindow.rb: lack of arguments. [ruby-core:7681]
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nagai committed Apr 6, 2006
1 parent 00918ee commit 5fa520c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
Thu Apr 6 11:18:37 2006 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>

* ext/tk/lib/tk/panedwindow.rb: lack of arguments. [ruby-core:7681]

Thu Apr 6 01:04:47 2006 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>

* ext/tk/tcltklib.c: fix SEGV when embedding to an application.
Expand Down
2 changes: 1 addition & 1 deletion ext/tk/lib/tk/panedwindow.rb
Expand Up @@ -63,7 +63,7 @@ def proxy_place(x, y)
def sash_coord(index)
list(tk_send('sash', 'coord', index))
end
def sash_dragto(index)
def sash_dragto(index, x, y)
tk_send('sash', 'dragto', index, x, y)
self
end
Expand Down

0 comments on commit 5fa520c

Please sign in to comment.