rpms/control-center/devel control-center-2.16.0-start-at-helper.patch, 1.1, 1.2 control-center.spec, 1.188, 1.189

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Sep 20 01:24:25 UTC 2006


Author: johnp

Update of /cvs/dist/rpms/control-center/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv27701

Modified Files:
	control-center-2.16.0-start-at-helper.patch 
	control-center.spec 
Log Message:
- Update the orca patch


control-center-2.16.0-start-at-helper.patch:
 at-enable-dialog.glade |   75 +++++++++++++++++++++++++++++++++++++++++++++++++
 at-startup-session.c   |   46 ++++++++++++++++++++++++++++++
 at-startup-session.h   |    7 ++++
 main.c                 |   26 ++++++++++++++++
 4 files changed, 153 insertions(+), 1 deletion(-)

Index: control-center-2.16.0-start-at-helper.patch
===================================================================
RCS file: /cvs/dist/rpms/control-center/devel/control-center-2.16.0-start-at-helper.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- control-center-2.16.0-start-at-helper.patch	20 Sep 2006 00:16:11 -0000	1.1
+++ control-center-2.16.0-start-at-helper.patch	20 Sep 2006 01:24:17 -0000	1.2
@@ -1,5 +1,5 @@
 --- control-center-2.16.0/capplets/accessibility/at-properties/main.c.start-at-helper	2006-09-19 18:45:32.000000000 -0400
-+++ control-center-2.16.0/capplets/accessibility/at-properties/main.c	2006-09-19 20:01:15.000000000 -0400
++++ control-center-2.16.0/capplets/accessibility/at-properties/main.c	2006-09-19 21:10:19.000000000 -0400
 @@ -44,6 +44,9 @@
  	gtk_widget_set_sensitive (WID ("at_magnifier_toggle"),
  				  at_startup_state.enabled.magnifier_installed);
@@ -10,20 +10,22 @@
  	if (at_startup_state.enabled.osk_installed &&
  	    at_startup_state.enabled.screenreader_installed &&
  	    at_startup_state.enabled.magnifier_installed) {
-@@ -149,6 +152,12 @@
+@@ -149,6 +152,14 @@
  			       is_enabled,
  			       NULL);
  	at_startup_state.enabled.support = is_enabled;
 +
-+	if (is_enabled && at_startup_state.enabled.orca_installed)
-+		at_orca_start ();
-+	else
-+		at_orca_stop ();
++        if (at_startup_state.enabled.orca_installed) {
++		if (is_enabled) 
++			at_orca_start ();
++		else
++			at_orca_stop ();
++	}
 +
  	g_object_unref (client);
  }
  
-@@ -200,6 +209,13 @@
+@@ -200,6 +211,13 @@
  }
  
  static void
@@ -37,7 +39,7 @@
  setup_dialog (GladeXML *dialog)
  {
  	GConfClient *client;
-@@ -255,7 +271,13 @@
+@@ -255,7 +273,13 @@
  	g_signal_connect (widget, "toggled",
  			  G_CALLBACK (at_startup_toggled), 
  			  dialog);
@@ -255,7 +257,7 @@
  			    <packing>
  			      <property name="padding">0</property>
 --- control-center-2.16.0/capplets/accessibility/at-properties/at-startup-session.c.start-at-helper	2006-09-19 20:09:38.000000000 -0400
-+++ control-center-2.16.0/capplets/accessibility/at-properties/at-startup-session.c	2006-09-19 20:01:10.000000000 -0400
++++ control-center-2.16.0/capplets/accessibility/at-properties/at-startup-session.c	2006-09-19 21:13:35.000000000 -0400
 @@ -57,6 +57,48 @@
  	return list;
  }
@@ -275,7 +277,7 @@
 +  g_spawn_async (NULL, 
 +  		 argv, 
 +		 NULL, 
-+		 G_SPAWN_DO_NOT_REAP_CHILD, 
++		 0, 
 +		 NULL,
 +		 NULL,
 +		 NULL,


Index: control-center.spec
===================================================================
RCS file: /cvs/dist/rpms/control-center/devel/control-center.spec,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- control-center.spec	20 Sep 2006 00:16:11 -0000	1.188
+++ control-center.spec	20 Sep 2006 01:24:17 -0000	1.189
@@ -21,7 +21,7 @@
 Summary: GNOME Control Center
 Name: control-center
 Version: 2.16.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 Epoch: 1
 License: GPL/LGPL
 Group: User Interface/Desktops
@@ -298,6 +298,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Tue Sep 19 2006 John (J5) Palmieri <johnp at redhat.com> - 2.16.0-5
+- Update the Orca patch
+
 * Tue Sep 19 2006 John (J5) Palmieri <johnp at redhat.com> - 2.16.0-4
 - Add a patch to start/stop and configure Orca from the accessibilities
   capplet




More information about the fedora-cvs-commits mailing list