GNOME Bugzilla – Bug 425650
sound preferences window too big
Last modified: 2007-04-03 19:17:27 UTC
Originally filed here: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=233677 For some reason, the window has a minimum size of 1319x610 on my system. The reason is the impressive Capture - Monitor Source of ALSA PCM on hw:0 (STAC92xx Analog) [alsa_output.pic_8086_27d8_alsa_playback_0.monitor] (PulseAudio Mixer) in the device combo.
Created attachment 85726 [details] [review] ellipsize the device combo
+ g_object_set (renderer, "ellipsize", PANGO_ELLIPSIZE_END); You're missing the NULL termination.
Oops, thanks for catching that.
Thanks, committed. 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)