rpms/control-center/devel editable-sections.patch, NONE, 1.1 control-center.spec, 1.404, 1.405

Matthias Clasen mclasen at fedoraproject.org
Sun Oct 19 17:15:33 UTC 2008


Author: mclasen

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

Modified Files:
	control-center.spec 
Added Files:
	editable-sections.patch 
Log Message:
fix spec


editable-sections.patch:

--- NEW FILE editable-sections.patch ---
diff -up gnome-control-center-2.24.0.1/capplets/keybindings/gnome-keybinding-properties.c.editable-sections gnome-control-center-2.24.0.1/capplets/keybindings/gnome-keybinding-properties.c
--- gnome-control-center-2.24.0.1/capplets/keybindings/gnome-keybinding-properties.c.editable-sections	2008-09-24 12:36:22.000000000 -0400
+++ gnome-control-center-2.24.0.1/capplets/keybindings/gnome-keybinding-properties.c	2008-10-19 13:11:11.000000000 -0400
@@ -170,6 +170,9 @@ description_set_func (GtkTreeViewColumn 
 		  "text", key_entry->description != NULL ?
 			  key_entry->description : _("<Unknown Action>"),
 		  NULL);
+  else 
+    g_object_set (cell,
+		  "editable", FALSE, NULL);
 }
 
 static gboolean


Index: control-center.spec
===================================================================
RCS file: /cvs/extras/rpms/control-center/devel/control-center.spec,v
retrieving revision 1.404
retrieving revision 1.405
diff -u -r1.404 -r1.405
--- control-center.spec	17 Oct 2008 14:48:05 -0000	1.404
+++ control-center.spec	19 Oct 2008 17:15:02 -0000	1.405
@@ -22,7 +22,7 @@
 Summary: GNOME Control Center
 Name: control-center
 Version: 2.24.0.1
-Release: 7%{?dist}
+Release: 8%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
 Group: User Interface/Desktops
@@ -56,6 +56,9 @@
 # http://bugzilla.gnome.org/show_bug.cgi?id=555591
 Patch30: default-layout-toggle.patch
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=556967
+Patch31: editable-sections.patch
+
 # call the Fedora/RHEL graphical passwd changing apps
 Patch95: control-center-2.23.2-passwd.patch
 Patch96: control-center-2.23.2-gecos.patch
@@ -186,6 +189,7 @@
 %patch28 -p1 -b .capplet-help
 %patch29 -p1 -b .hv-max
 %patch30 -p1 -b .default-layout-toggle
+%patch31 -p1 -b .editable-sections
 
 # vendor configuration patches
 %patch95 -p1 -b .passwd
@@ -355,6 +359,9 @@
 %dir %{_datadir}/gnome-control-center/keybindings
 
 %changelog
+* Sun Oct 19 2008 Matthias Clasen <mclasen at redhat.com> - 2.24.0.1-8
+- Fix a ui glitch in the keybinding capplet
+
 * Fri Oct 10 2008 - Bastien Nocera <bnocera at redhat.com> - 2.24.0.1-7
 - Remove OSS from the possible options (#466342)
 




More information about the scm-commits mailing list