Patch by: Matthias Clasen <mclasen@redhat.com>
2007-04-03 Jens Granseuer <jensgr@gmx.net> Patch by: Matthias Clasen <mclasen@redhat.com> * sound-properties-capplet.c: (setup_default_mixer): ellipsize the device combobox (bug #425650) svn path=/trunk/; revision=7437
This commit is contained in:
parent
fbfb49fd95
commit
3804bf4a44
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2007-04-03 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
Patch by: Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* sound-properties-capplet.c: (setup_default_mixer): ellipsize the
|
||||
device combobox (bug #425650)
|
||||
|
||||
2007-03-18 Christian Persch <chpe@gnome.org>
|
||||
|
||||
* sound-properties.glade: Fix button label alignment. Bug #416238.
|
||||
|
|
|
@ -869,6 +869,7 @@ setup_default_mixer (GladeXML *dialog)
|
|||
g_object_unref (G_OBJECT (model));
|
||||
|
||||
renderer = gtk_cell_renderer_text_new ();
|
||||
g_object_set (renderer, "ellipsize", PANGO_ELLIPSIZE_END, NULL);
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue