summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tk/image.rb
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-10-04 03:56:00 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-10-04 03:56:00 +0000
commitfdc662cc20c279676e8231f3474279804998dfa4 (patch)
tree939468cea4126f705fce4373ed2a6bc89c3a0f92 /ext/tk/lib/tk/image.rb
parent37a4317714e182fa55500f6e27bd03fc44b1badf (diff)
* ext/tk/lib/tk/image.rb: bug fix
* ext/tk/lib/tk/optiondb.rb: support definition of command resources on widgets git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tk/image.rb')
-rw-r--r--ext/tk/lib/tk/image.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/lib/tk/image.rb b/ext/tk/lib/tk/image.rb
index e7da1ba207..7868ed0c8f 100644
--- a/ext/tk/lib/tk/image.rb
+++ b/ext/tk/lib/tk/image.rb
@@ -107,7 +107,7 @@ class TkPhotoImage<TkImage
term
end
}.flatten
- tk_send('copy', source, *args)
+ tk_send('copy', src, *args)
end
self
end