gnome-scan r644 - in branches/GNOME_SCAN_0_6: . lib po



Author: bersace
Date: Sat Dec  6 13:48:04 2008
New Revision: 644
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=644&view=rev

Log:
Use correct default cursor.

Modified:
   branches/GNOME_SCAN_0_6/ChangeLog
   branches/GNOME_SCAN_0_6/lib/gnome-scan-dialog.c
   branches/GNOME_SCAN_0_6/lib/gnome-scan-preview-plugin-area.c
   branches/GNOME_SCAN_0_6/po/ChangeLog

Modified: branches/GNOME_SCAN_0_6/lib/gnome-scan-dialog.c
==============================================================================
--- branches/GNOME_SCAN_0_6/lib/gnome-scan-dialog.c	(original)
+++ branches/GNOME_SCAN_0_6/lib/gnome-scan-dialog.c	Sat Dec  6 13:48:04 2008
@@ -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);

Modified: branches/GNOME_SCAN_0_6/lib/gnome-scan-preview-plugin-area.c
==============================================================================
--- branches/GNOME_SCAN_0_6/lib/gnome-scan-preview-plugin-area.c	(original)
+++ branches/GNOME_SCAN_0_6/lib/gnome-scan-preview-plugin-area.c	Sat Dec  6 13:48:04 2008
@@ -174,7 +174,7 @@
             ct = GDK_CROSSHAIR;
         break;
         default:
-            ct = GDK_ARROW;
+            ct = GDK_LEFT_PTR;
         break;
     }
     



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]