rpms/control-center/devel control-center-2.18.0-ellipsize-sound-devices.patch, NONE, 1.1 control-center.spec, 1.238, 1.239

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 2 22:42:32 UTC 2007


Author: mclasen

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

Modified Files:
	control-center.spec 
Added Files:
	control-center-2.18.0-ellipsize-sound-devices.patch 
Log Message:
Ellipsize sound devices in the capplet


control-center-2.18.0-ellipsize-sound-devices.patch:
 sound-properties-capplet.c |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE control-center-2.18.0-ellipsize-sound-devices.patch ---
--- control-center-2.18.0/capplets/sound/sound-properties-capplet.c.ellipsize-sound	2007-03-27 01:03:48.000000000 -0400
+++ control-center-2.18.0/capplets/sound/sound-properties-capplet.c	2007-03-27 01:02:45.000000000 -0400
@@ -869,6 +869,7 @@
 	g_object_unref (G_OBJECT (model)); 
 
 	renderer = gtk_cell_renderer_text_new ();
+        g_object_set (renderer, "ellipsize", PANGO_ELLIPSIZE_END);
 	gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (device_widget), renderer, TRUE);
 	gtk_cell_layout_add_attribute (GTK_CELL_LAYOUT (device_widget), renderer,
 			"text", MIXER_DEVICE_MODEL_NAME_COLUMN);


Index: control-center.spec
===================================================================
RCS file: /cvs/dist/rpms/control-center/devel/control-center.spec,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -r1.238 -r1.239
--- control-center.spec	23 Mar 2007 21:37:29 -0000	1.238
+++ control-center.spec	2 Apr 2007 22:42:29 -0000	1.239
@@ -21,7 +21,7 @@
 Summary: GNOME Control Center
 Name: control-center
 Version: 2.18.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 Epoch: 1
 License: GPL/LGPL
 Group: User Interface/Desktops
@@ -55,6 +55,9 @@
 
 Patch14: control-center-2.18.0-gnome-bg.patch
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=425650
+Patch15: control-center-2.18.0-ellipsize-sound-devices.patch
+
 # call the Fedora/RHEL graphical passwd changing apps
 Patch95: control-center-2.17.91-passwd.patch
 Patch96: control-center-2.17.92-gecos.patch
@@ -66,6 +69,7 @@
 # change default preferred apps to programs we ship
 Patch99: control-center-2.17.5-default-apps.patch
 
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 URL: http://www.gnome.org
 
@@ -167,6 +171,7 @@
 %patch12 -p1 -b .start-at-helper
 %patch13 -p1 -b .no-gnome-common
 %patch14 -p1 -b .gnome-bg
+%patch15 -p1 -b .ellipsize-sound-devices
 
 
 # vendor configuration patches
@@ -318,6 +323,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Mon Apr  2 2007 Matthias Clasen <mclasen at redhat.com> - 2.18.0-6
+- Ellipsize sound devices in the sound capplet
+
 * Fri Mar 23 2007 Soren Sandmann <sandmann at redhat.com> - 2.18.0-5
 - Remove debug spew from gnome-bg patch
 




More information about the fedora-cvs-commits mailing list