mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/tk/lib/tkextlib/iwidgets/notebook.rb: fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3fe1e7e89d
commit
6a096e49ad
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Mar 28 16:23:26 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
||||
|
||||
* ext/tk/lib/tkextlib/iwidgets/notebook.rb: fixed typo.
|
||||
|
||||
Mon Mar 28 08:39:49 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/iconv/iconv.c (iconv_create): Iconv::Failure requires 3
|
||||
|
@ -47,7 +51,7 @@ Sat Mar 26 22:51:33 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|||
* ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: bug fix and add methods
|
||||
to call TreeCtrl commands for bindings.
|
||||
|
||||
* ext/tk/sample/tkextlib/blt/*: new sample scritps.
|
||||
* ext/tk/sample/tkextlib/blt/*: new sample scripts.
|
||||
|
||||
* ext/tk/sample/tkextlib/treectrl/*: ditto.
|
||||
|
||||
|
|
|
@ -140,7 +140,7 @@ class Tk::Iwidgets::Notebook
|
|||
alias scrollbar yscrollbar
|
||||
|
||||
def view(*idxs)
|
||||
if idxss.size == 0
|
||||
if idxs.size == 0
|
||||
window(tk_send_without_enc('view'))
|
||||
else
|
||||
tk_send_without_enc('view', *idxs)
|
||||
|
|
Loading…
Reference in a new issue