summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tk/palette.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/lib/tk/palette.rb')
-rw-r--r--ext/tk/lib/tk/palette.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/lib/tk/palette.rb b/ext/tk/lib/tk/palette.rb
index 2b6fdf5d90..2d08d50f6a 100644
--- a/ext/tk/lib/tk/palette.rb
+++ b/ext/tk/lib/tk/palette.rb
@@ -15,7 +15,7 @@ module TkPalette
].freeze
def TkPalette.set(*args)
- args = args.to_a.flatten if args.kind_of? Hash
+ args = args[0].to_a.flatten if args[0].kind_of? Hash
tk_call('tk_setPalette', *args)
end
def TkPalette.setPalette(*args)