rpms/control-center/F-12 control-center.spec, 1.513, 1.514 finger-icons.patch, 1.1, 1.2

Bastien Nocera hadess at fedoraproject.org
Fri Jan 15 13:23:50 UTC 2010


Author: hadess

Update of /cvs/pkgs/rpms/control-center/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26723

Modified Files:
	control-center.spec finger-icons.patch 
Log Message:
* Fri Jan 15 2010 Bastien Nocera <bnocera at redhat.com> 2.28.1-14
- Fix icon not appearing after succesful fingerprint capture



Index: control-center.spec
===================================================================
RCS file: /cvs/pkgs/rpms/control-center/F-12/control-center.spec,v
retrieving revision 1.513
retrieving revision 1.514
diff -u -p -r1.513 -r1.514
--- control-center.spec	5 Jan 2010 21:58:55 -0000	1.513
+++ control-center.spec	15 Jan 2010 13:23:50 -0000	1.514
@@ -24,7 +24,7 @@
 Summary: Utilities to configure the GNOME desktop
 Name: control-center
 Version: 2.28.1
-Release: 13%{?dist}
+Release: 14%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
 Group: User Interface/Desktops
@@ -432,6 +432,9 @@ fi
 
 
 %changelog
+* Fri Jan 15 2010 Bastien Nocera <bnocera at redhat.com> 2.28.1-14
+- Fix icon not appearing after succesful fingerprint capture
+
 * Tue Jan 05 2010 Ray Strode <rstrode at redhat.com> 2.28.1-13
 - Plug fd leak (bug  522195).  Patch by:
   Alex Villacís Lasso (a_villacis at palosanto.com)

finger-icons.patch:
 gnome-about-me-fingerprint.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: finger-icons.patch
===================================================================
RCS file: /cvs/pkgs/rpms/control-center/F-12/finger-icons.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- finger-icons.patch	26 Oct 2009 17:09:05 -0000	1.1
+++ finger-icons.patch	15 Jan 2010 13:23:50 -0000	1.2
@@ -1,6 +1,14 @@
-diff -up gnome-control-center-2.28.1/capplets/about-me/gnome-about-me-fingerprint.c.finger-icons gnome-control-center-2.28.1/capplets/about-me/gnome-about-me-fingerprint.c
---- gnome-control-center-2.28.1/capplets/about-me/gnome-about-me-fingerprint.c.finger-icons	2009-10-26 13:02:36.578802754 -0400
-+++ gnome-control-center-2.28.1/capplets/about-me/gnome-about-me-fingerprint.c	2009-10-26 13:03:11.893802706 -0400
+--- gnome-control-center-2.28.1/capplets/about-me/gnome-about-me-fingerprint.c.finger-icons	2010-01-15 13:14:08.000000000 +0000
++++ gnome-control-center-2.28.1/capplets/about-me/gnome-about-me-fingerprint.c	2010-01-15 13:16:13.000000000 +0000
+@@ -367,7 +367,7 @@ enroll_result (GObject *object, const ch
+ 
+ 		data->num_stages_done++;
+ 		name = g_strdup_printf ("image%d", data->num_stages_done);
+-		path = g_build_filename (GNOMECC_PIXMAP_DIR, "print_ok.png", NULL);
++		path = g_build_filename (GNOMECC_PIXMAP_DIR, "print_ok.svg", NULL);
+ 		gtk_image_set_from_file (GTK_IMAGE (WID (name)), path);
+ 		g_free (name);
+ 		g_free (path);
 @@ -468,7 +468,7 @@ assistant_prepare (GtkAssistant *ass, Gt
  		{
  			char *filename;



More information about the scm-commits mailing list