Skip to content

Commit

Permalink
Use GdkPixbuf form in gtk2 test files
Browse files Browse the repository at this point in the history
  • Loading branch information
cedlemo committed Jun 25, 2016
1 parent c5b59a2 commit 99e2d0c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gtk2/test/test_gdk_pixbuf.rb
Expand Up @@ -23,12 +23,12 @@ def test_from_drawable
width, height = gdk_window.size

assert_nothing_raised do
Gdk::Pixbuf.from_drawable(colormap,
gdk_window,
src_x,
src_y,
width,
height)
GdkPixbuf::Pixbuf.from_drawable(colormap,
gdk_window,
src_x,
src_y,
width,
height)
end
end
end

0 comments on commit 99e2d0c

Please sign in to comment.