rpms/gnome-applets/devel keyboard-properties.patch, NONE, 1.1 gnome-applets.spec, 1.273, 1.274

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Fri Apr 4 22:24:26 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/gnome-applets/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14305

Modified Files:
	gnome-applets.spec 
Added Files:
	keyboard-properties.patch 
Log Message:
Fix launching keyboard properties from accessx-status-applet


keyboard-properties.patch:

--- NEW FILE keyboard-properties.patch ---
diff -up gnome-applets-2.22.0/accessx-status/applet.c.keyboard-properties gnome-applets-2.22.0/accessx-status/applet.c
--- gnome-applets-2.22.0/accessx-status/applet.c.keyboard-properties	2008-04-04 15:31:25.000000000 -0400
+++ gnome-applets-2.22.0/accessx-status/applet.c	2008-04-04 15:31:52.000000000 -0400
@@ -204,6 +204,8 @@ dialog_cb (BonoboUIComponent *component,
 					  &error);
 
 	if (error != NULL) {
+		g_error_free (error);
+		error = NULL;
 	        gdk_spawn_command_line_on_screen (gtk_widget_get_screen (GTK_WIDGET (sapplet->applet)),
 						  "gnome-keyboard-properties --a11y", 
 						  &error);


Index: gnome-applets.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-applets/devel/gnome-applets.spec,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -r1.273 -r1.274
--- gnome-applets.spec	15 Mar 2008 17:37:41 -0000	1.273
+++ gnome-applets.spec	4 Apr 2008 22:23:13 -0000	1.274
@@ -35,7 +35,7 @@
 Summary:        Small applications for the GNOME panel
 Name:		gnome-applets
 Version:	2.22.0
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 Epoch:          1
 License:	GPLv2+ and GFDL+
 Group:          User Interface/Desktops
@@ -77,6 +77,8 @@
 # http://bugzilla.gnome.org/show_bug.cgi?id=511446
 Patch44:	gweather-gnome-vfs.patch
 
+Patch50: 	keyboard-properties.patch
+
 BuildRequires:  glib2-devel >= %{glib2_version}
 BuildRequires:  gtk2-devel >= %{gtk2_version}
 BuildRequires:  libgnomeui-devel >= %{libgnomeui_version}
@@ -168,6 +170,7 @@
 %patch40 -p1 -b .battstat-null
 %patch42 -p1 -b .vertical-invest
 %patch44 -p1 -b .gweather-gnome-vfs
+%patch50 -p1 -b .keyboard-properties
 
 cp gswitchit/gswitchit-applet.png  gswitchit/gswitchit-properties-capplet.png
 
@@ -339,6 +342,9 @@
 %{_sysconfdir}/security/console.apps/*
 
 %changelog
+* Fri Apr  4 2008 Matthias Clasen <mclasen at redhat.com> - 1:2.22.0-2
+- Fix a bug in the keyboard accessibility applet
+
 * Mon Mar 10 2008 Matthias Clasen <mclasen at redhat.com> - 1:2.22.0-1
 - Update to 2.22.0
 




More information about the fedora-extras-commits mailing list