We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfe1c7 commit 924e2fcCopy full SHA for 924e2fc
ChangeLog
@@ -1,3 +1,8 @@
1
+Sat Jul 18 07:56:00 2009 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
2
+
3
+ * ext/tk/lib/tk.rb: fail to create a widget object for an unknown
4
+ wiget path.
5
6
Sat Jul 18 07:06:31 2009 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
7
8
* ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves().
ext/tk/lib/tk.rb
@@ -119,7 +119,7 @@ def _genobj_for_tkwidget(path)
119
classname_def = ''
120
else # ruby_class == nil
121
if Tk.const_defined?(tk_class)
122
- mod.const_get(tk_class) # auto_load
+ Tk.const_get(tk_class) # auto_load
123
ruby_class = WidgetClassNames[tk_class]
124
end
125
0 commit comments