1 --- gtkimageview-1.6.4/src/gtkiimagetool.c 2009-04-05 01:25:15.000000000 +0200
2 +++ gtkimageview-1.6.4-patch/src/gtkiimagetool.c 2009-10-11 12:43:10.463578007 +0200
6 GtkIImageToolClass *klass = GTK_IIMAGE_TOOL_GET_CLASS (tool);
7 - return klass->paint_image (tool, opts, drawable);
8 + klass->paint_image (tool, opts, drawable);
11 /*************************************************************/