File gnome-scan-cursor-fix.patch of Package gnomescan
--- lib/gnome-scan-dialog.c 2008-02-29 15:59:33.000000000 -0500
+++ lib/gnome-scan-dialog.c.new 2008-03-13 19:14:01.000000000 -0400
@@ -893,7 +893,7 @@
}
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);
--- lib/gnome-scan-preview-plugin-area.c 2008-02-29 16:02:19.000000000 -0500
+++ lib/gnome-scan-preview-plugin-area.c.new 2008-03-13 19:12:25.000000000 -0400
@@ -174,7 +174,7 @@
ct = GDK_CROSSHAIR;
break;
default:
- ct = GDK_ARROW;
+ ct = GDK_LEFT_PTR;
break;
}