rpms/control-center/F-10 control-center.spec, 1.409, 1.410 gcc-set-https-handler.patch, 1.1, 1.2

Bastien Nocera hadess at fedoraproject.org
Fri Jan 30 12:40:00 UTC 2009


Author: hadess

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

Modified Files:
	control-center.spec gcc-set-https-handler.patch 
Log Message:
* Fri Jan 30 2009 - Bastien Nocera <bnocera at redhat.com> - 2.24.0.1-13
- Fix crasher when the browser selected in GConf doesn't exist
  on the system (#483225)



Index: control-center.spec
===================================================================
RCS file: /cvs/pkgs/rpms/control-center/F-10/control-center.spec,v
retrieving revision 1.409
retrieving revision 1.410
diff -u -r1.409 -r1.410
--- control-center.spec	20 Jan 2009 11:13:40 -0000	1.409
+++ control-center.spec	30 Jan 2009 12:39:30 -0000	1.410
@@ -22,7 +22,7 @@
 Summary: GNOME Control Center
 Name: control-center
 Version: 2.24.0.1
-Release: 12%{?dist}
+Release: 13%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
 Group: User Interface/Desktops
@@ -370,6 +370,10 @@
 %dir %{_datadir}/gnome-control-center/keybindings
 
 %changelog
+* Fri Jan 30 2009 - Bastien Nocera <bnocera at redhat.com> - 2.24.0.1-13
+- Fix crasher when the browser selected in GConf doesn't exist
+  on the system (#483225)
+
 * Tue Jan 20 2009 - Bastien Nocera <bnocera at redhat.com> - 2.24.0.1-12
 - Set HTTPS handler correctly when changing default browser (#480707)
 

gcc-set-https-handler.patch:

Index: gcc-set-https-handler.patch
===================================================================
RCS file: /cvs/pkgs/rpms/control-center/F-10/gcc-set-https-handler.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcc-set-https-handler.patch	20 Jan 2009 11:13:40 -0000	1.1
+++ gcc-set-https-handler.patch	30 Jan 2009 12:39:30 -0000	1.2
@@ -28,3 +28,16 @@
      return ret;
  }
  
+Index: capplets/default-applications/gnome-da-capplet.c
+===================================================================
+--- capplets/default-applications/gnome-da-capplet.c	(revision 9218)
++++ capplets/default-applications/gnome-da-capplet.c	(working copy)
+@@ -77,6 +77,8 @@
+ 	return;
+ 
+     item = (GnomeDAWebItem *) g_list_nth_data (capplet->web_browsers, index);
++    if (item == NULL)
++        return;
+ 
+     if (togglebutton == capplet->new_win_radiobutton) {
+ 	command = item->win_command;




More information about the fedora-extras-commits mailing list