rpms/control-center/devel default-apps-custom.patch, NONE, 1.1 control-center.spec, 1.441, 1.442

Matthias Clasen mclasen at fedoraproject.org
Mon Apr 6 02:52:44 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/control-center/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9162

Modified Files:
	control-center.spec 
Added Files:
	default-apps-custom.patch 
Log Message:
fix a minor ui issue in the preferred apps capplet


default-apps-custom.patch:

--- NEW FILE default-apps-custom.patch ---
--- gnome-control-center-2.26.0/capplets/default-applications/gnome-da-capplet.c	2009-03-16 11:14:59.000000000 -0400
+++ hacked/capplets/default-applications/gnome-da-capplet.c	2009-04-05 22:37:44.330832937 -0400
@@ -77,10 +77,10 @@
 	return;
 
     item = (GnomeDAWebItem *) g_list_nth_data (capplet->web_browsers, index);
-    if (item == NULL)
-        return;
-
-    if (togglebutton == capplet->new_win_radiobutton) {
+    if (item == NULL) {
+	command = "";
+    }
+    else if (togglebutton == capplet->new_win_radiobutton) {
 	command = item->win_command;
     }
     else if (togglebutton == capplet->new_tab_radiobutton) {


Index: control-center.spec
===================================================================
RCS file: /cvs/pkgs/rpms/control-center/devel/control-center.spec,v
retrieving revision 1.441
retrieving revision 1.442
diff -u -r1.441 -r1.442
--- control-center.spec	17 Mar 2009 03:40:26 -0000	1.441
+++ control-center.spec	6 Apr 2009 02:52:14 -0000	1.442
@@ -23,7 +23,7 @@
 Summary: Utilities to configure the GNOME desktop
 Name: control-center
 Version: 2.26.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
 Group: User Interface/Desktops
@@ -43,6 +43,9 @@
 # http://bugzilla.gnome.org/show_bug.cgi?id=555591
 Patch30: default-layout-toggle.patch
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=578089
+Patch31: default-apps-custom.patch
+
 Patch32: display-no-help.patch
 
 # http://bugzilla.gnome.org/show_bug.cgi?id=546036
@@ -170,6 +173,7 @@
 %patch10 -p0 -b .pam-fprintd
 %patch22 -p0 -b .slab-icon-names
 %patch30 -p1 -b .default-layout-toggle
+%patch31 -p1 -b .default-apps-custom
 %patch32 -p1 -b .display-no-help
 %patch33 -p1 -b .notification-theme
 %patch34 -p0 -b .new-icons
@@ -350,6 +354,9 @@
 %dir %{_datadir}/gnome-control-center/keybindings
 
 %changelog
+* Sun Apr  5 2009 Matthias Clasen <mclasen at redhat.com> - 2.26.0-2
+- Fix a minor ui issue in the preferred apps capplet (#490421)
+
 * Mon Mar 16 2009 Matthias Clasen <mclasen at redhat.com> - 2.26.0-1
 - Update to 2.26.0
 




More information about the fedora-extras-commits mailing list