Disable database/opensearch
[oi-userland.git] / components / library / gtkimageview / patches / 02-void.patch
blobdfa38ec479b84fd22a8ebe11f9257150f6e732cf
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
3 @@ -169,7 +169,7 @@
4 GdkDrawable *drawable)
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 /*************************************************************/