Skip to content

Commit

Permalink
gtk3 demo: use more Rubyish method name
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 25, 2015
1 parent 409c496 commit 4c91766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk3/sample/gtk-demo/css_accordion.rb
Expand Up @@ -66,7 +66,7 @@ def initialize
def apply_css(widget, provider)
widget.style_context.add_provider(provider, GLib::MAXUINT)
if widget.is_a?(Gtk::Container)
widget.each_forall do |child|
widget.each_all do |child|
apply_css(child, provider)
end
end
Expand Down

0 comments on commit 4c91766

Please sign in to comment.