[gnome-scan/gnome-scan-0-6: 6/23] Use correct default cursor.



commit 145089de69976608ced37cd26e19619dc14f8541
Author: Ã?tienne Bersac <bersace src gnome org>
Date:   Sat Dec 6 13:48:04 2008 +0000

    Use correct default cursor.
    
    svn path=/branches/GNOME_SCAN_0_6/; revision=644
---
 ChangeLog                            |    7 +++++++
 lib/gnome-scan-dialog.c              |    2 +-
 lib/gnome-scan-preview-plugin-area.c |    2 +-
 po/ChangeLog                         |   10 +++++-----
 4 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b2bb720..acff098 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-12-06  Deji Akingunola  <dakingun gmail com>
+
+	* lib/gnome-scan-dialog.c (gsd_probe_done):
+	* lib/gnome-scan-preview-plugin-area.c
+	(gsppa_get_cursor_for_anchor): use GDK_LEFT_PTR cursor instead of
+	GDK_ARROW. Fix #522054;
+
 2008-12-06  Ã?tienne BERSAC  <bersace03 laposte net>
 
 	* configure.ac:
diff --git a/lib/gnome-scan-dialog.c b/lib/gnome-scan-dialog.c
index f46403f..71820be 100644
--- a/lib/gnome-scan-dialog.c
+++ b/lib/gnome-scan-dialog.c
@@ -893,7 +893,7 @@ gsd_probe_done (GnomeScanBackend *backend, GnomeScanDialog *dialog)
 	}
 
 	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);
diff --git a/lib/gnome-scan-preview-plugin-area.c b/lib/gnome-scan-preview-plugin-area.c
index ebf4ab6..fb99268 100644
--- a/lib/gnome-scan-preview-plugin-area.c
+++ b/lib/gnome-scan-preview-plugin-area.c
@@ -174,7 +174,7 @@ gsppa_get_cursor_for_anchor (GtkAnchorType at)
             ct = GDK_CROSSHAIR;
         break;
         default:
-            ct = GDK_ARROW;
+            ct = GDK_LEFT_PTR;
         break;
     }
     
diff --git a/po/ChangeLog b/po/ChangeLog
index e08a2a5..c9cf9a2 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -36,7 +36,7 @@
 
     * es.po: Updated Spanish translation, fixes bug #519626
 
-2008-02-29  Jorge Gonzalez  <jorgegonz svn gnome org>  
+2008-02-29  Jorge Gonzalez  <jorgegonz svn gnome org>
 
 	* es.po: Updated Spanish translation
 
@@ -85,7 +85,7 @@
 	* POTFILES.in: Updated source files.
 	* de.po: Updated Deutsch translation by Philip Sadleder.
 
-2008-01-03  Djihed Afifi <djihed gmail com> 
+2008-01-03  Djihed Afifi <djihed gmail com>
 
 	* LINGUAS: Add ar.
 
@@ -93,7 +93,7 @@
 
 	* oc.po: Updated Occitan translation.
 
-2007-12-26  Djihed Afifi <djihed gmail com> 
+2007-12-26  Djihed Afifi <djihed gmail com>
 
 	* ar.po: Updated Arabic Translation by Djihed Afifi.
 
@@ -139,7 +139,7 @@
 2007-09-09  Hendrik Brandt  <heb gnome-de org>
 
 	* de.po: Updated German translation.
-	
+
 2007-09-07  Ilkka Tuohela  <hile iki fi>
 
 	* fi.po: Updated Finnish translation.
@@ -204,7 +204,7 @@
 
 2007-06-07  Jorge Gonzalez <jorgegonz svn gnome org>
 
-	* es.po: Updated Spanish translation 
+	* es.po: Updated Spanish translation
 
 2007-06-01  Daniel Nylander <po danielnylander se>
 



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