$OpenBSD: patch-lib_gnome-scan-dialog_c,v 1.1.1.1 2008/04/14 12:38:02 ajacoutot Exp $
--- lib/gnome-scan-dialog.c.orig	Sat Apr 12 13:28:47 2008
+++ lib/gnome-scan-dialog.c	Sat Apr 12 13:29:14 2008
@@ -893,7 +893,7 @@ gsd_probe_done (GnomeScanBackend *backend, GnomeScanDi
 	}
 
 	if (priv->probe_done) {
-		arrow_cursor = gdk_cursor_new(GDK_ARROW);
+		arrow_cursor = gdk_cursor_new(GDK_LEFT_PTR);
 		gdk_window_set_cursor (GTK_WIDGET(dialog)->window,
 							   arrow_cursor);
 		gdk_cursor_unref (arrow_cursor);
