Skip to content

Commit

Permalink
* ext/tk/lib/tk.rb: fix typo (TkConfigMethod::__confinfo_cmd,
Browse files Browse the repository at this point in the history
  __conv_keyonly_opts).


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nagai committed Feb 9, 2007
1 parent b28988b commit a06de8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Sat Feb 10 00:13:11 2007 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>

* ext/tk/lib/tk.rb: fix typo (TkConfigMethod::__confinfo_cmd,
__conv_keyonly_opts).

Fri Feb 9 20:44:53 2007 Akinori MUSHA <knu@iDaemons.org>

* ext/thread: Make style fixes (mostly de-K&R'ism) to match the
Expand Down
4 changes: 2 additions & 2 deletions ext/tk/lib/tk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2829,7 +2829,7 @@ def __config_cmd
def __confinfo_cmd
__config_cmd
end
private :__configinfo_cmd
private :__confinfo_cmd

def __configinfo_struct
{:key=>0, :alias=>1, :db_name=>1, :db_class=>2,
Expand Down Expand Up @@ -2926,7 +2926,7 @@ def __conv_keyonly_opts(keys)
}
keys2
end
private :__conv_keyonly_optkeys
private :__conv_keyonly_opts

def config_hash_kv(keys, enc_mode = nil, conf = nil)
hash_kv(__conv_keyonly_opts(keys), enc_mode, conf)
Expand Down

0 comments on commit a06de8b

Please sign in to comment.