rpms/gnome-utils/F-12 spinner.patch, NONE, 1.1 gnome-utils.spec, 1.205, 1.206

Matthias Clasen mclasen at fedoraproject.org
Sat Oct 24 03:21:31 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-utils/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21284

Modified Files:
	gnome-utils.spec 
Added Files:
	spinner.patch 
Log Message:
fix the gsearchtool spinner


spinner.patch:
 gsearchtool-spinner.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE spinner.patch ---
diff -up gnome-utils-2.28.1/gsearchtool/gsearchtool-spinner.c.spinnger gnome-utils-2.28.1/gsearchtool/gsearchtool-spinner.c
--- gnome-utils-2.28.1/gsearchtool/gsearchtool-spinner.c.spinnger	2009-10-23 23:17:47.027129886 -0400
+++ gnome-utils-2.28.1/gsearchtool/gsearchtool-spinner.c	2009-10-23 23:17:59.375132425 -0400
@@ -194,7 +194,7 @@ gsearch_spinner_cache_data_load (GSearch
 
 	/* Load the animation */
 	icon_info = gtk_icon_theme_lookup_icon (data->icon_theme,
-						"process-working", -1, 0);
+						"process-working", 16, 0);
 	if (icon_info == NULL)
 	{
 		g_warning ("Throbber animation not found\n");


Index: gnome-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-utils/F-12/gnome-utils.spec,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -p -r1.205 -r1.206
--- gnome-utils.spec	24 Oct 2009 02:26:19 -0000	1.205
+++ gnome-utils.spec	24 Oct 2009 03:21:30 -0000	1.206
@@ -9,7 +9,7 @@
 
 Name:           gnome-utils
 Version:        2.28.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch: 		1
 Summary:        GNOME utility programs
 
@@ -312,6 +312,9 @@ fi
 %{_mandir}/man1/gnome-system-log.1.gz
 
 %changelog
+* Fri Oct 23 2009 Matthias Clasen <mclasen at redhat.com> - 1:2.28.1-2
+- Fix the gsearchtool spinner
+
 * Fri Oct 23 2009 Matthias Clasen <mclasen at redhat.com> - 1:2.28.1-1
 - Update to 2.28.1
 




More information about the scm-commits mailing list