rpms/gnome-scan/F-8 gnome-scan-cursor_fix.patch, NONE, 1.1 gnome-scan.spec, 1.3, 1.4

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Fri Mar 14 01:58:50 UTC 2008


Author: deji

Update of /cvs/pkgs/rpms/gnome-scan/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2536

Modified Files:
	gnome-scan.spec 
Added Files:
	gnome-scan-cursor_fix.patch 
Log Message:
* Thu Mar 13 2008 Deji Akingunola <dakingun at gmail.com> - 0.6-2
- Fix wrong mouse cursor (Bug #437417)


gnome-scan-cursor_fix.patch:

--- NEW FILE gnome-scan-cursor_fix.patch ---
--- 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;
     }
     


Index: gnome-scan.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-scan/F-8/gnome-scan.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnome-scan.spec	11 Mar 2008 02:14:20 -0000	1.3
+++ gnome-scan.spec	14 Mar 2008 01:58:15 -0000	1.4
@@ -1,11 +1,12 @@
 Summary:	Gnome solution for scanning in the desktop on top of libsane
 Name:		gnome-scan
 Version:	0.6
-Release:	1%{?dist}
+Release:	2%{?dist}
 Group:		Applications/System
 License:	LGPLv2+
 URL:		http://home.gna.org/gnomescan/
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.6/%{name}-%{version}.tar.bz2
+Patch0:		gnome-scan-cursor_fix.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	gtk2-devel libgnomeui-devel sane-backends-devel
 BuildRequires:	gegl-devel gimp-devel
@@ -42,6 +43,7 @@
 
 %prep
 %setup -q
+%patch0 -p0 -b .fix
 
 %build
 %configure --disable-static
@@ -108,6 +110,9 @@
 %doc %{_datadir}/gtk-doc/html/gnome-scan*/
 
 %changelog
+* Thu Mar 13 2008 Deji Akingunola <dakingun at gmail.com> - 0.6-2
+- Fix wrong mouse cursor (Bug #437417)
+
 * Mon Mar 10 2008 Deji Akingunola <dakingun at gmail.com> - 0.6-1
 - New release
 




More information about the fedora-extras-commits mailing list