18277N/A--- gtkimageview-1.6.4/src/gtkiimagetool.c 2009-04-05 01:25:15.000000000 +0200
18277N/A+++ gtkimageview-1.6.4-patch/src/gtkiimagetool.c 2009-10-11 12:43:10.463578007 +0200
18277N/A@@ -169,7 +169,7 @@
18277N/A GdkDrawable *drawable)
18277N/A {
18277N/A GtkIImageToolClass *klass = GTK_IIMAGE_TOOL_GET_CLASS (tool);
18277N/A- return klass->paint_image (tool, opts, drawable);
18277N/A+ klass->paint_image (tool, opts, drawable);
18277N/A }
18277N/A
18277N/A /*************************************************************/