$OpenBSD: patch-lib_gnome-scan-preview-plugin-area_c,v 1.1.1.1 2008/04/14 12:38:02 ajacoutot Exp $
--- lib/gnome-scan-preview-plugin-area.c.orig	Sat Apr 12 13:27:58 2008
+++ lib/gnome-scan-preview-plugin-area.c	Sat Apr 12 13:28:25 2008
@@ -174,7 +174,7 @@ gsppa_get_cursor_for_anchor (GtkAnchorType at)
             ct = GDK_CROSSHAIR;
         break;
         default:
-            ct = GDK_ARROW;
+            ct = GDK_LEFT_PTR;
         break;
     }
     
