Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 688ace95250cc0b8118a40d94176dd0e > files > 4

gnome-scan-0.6-3mdv2009.0.src.rpm

--- 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;
     }