Additional polishing

This commit is contained in:
Pierre Pronchery 2012-03-21 17:06:13 +00:00
parent 97237f216a
commit 7a35be3859
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mixer 0.0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-21 18:00+0100\n"
"POT-Creation-Date: 2012-03-21 18:05+0100\n"
"PO-Revision-Date: 2010-04-23 04:08+0200\n"
"Last-Translator: Pierre Pronchery <khorben@defora.org>\n"
"Language-Team: French\n"
@ -88,7 +88,7 @@ msgstr "_Vue"
msgid "_Help"
msgstr "_Aide"
#: ../src/mixer.c:339
#: ../src/mixer.c:338
msgid "All"
msgstr "Tous"

View File

@ -307,7 +307,6 @@ Mixer * mixer_new(char const * device, MixerLayout layout, gboolean embedded)
hvbox = gtk_vbox_new(TRUE, 4);
else
hvbox = gtk_hbox_new(FALSE, 4);
gtk_container_set_border_width(GTK_CONTAINER(hvbox), 4);
gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(
scrolled), hvbox);
}
@ -401,6 +400,7 @@ Mixer * mixer_new(char const * device, MixerLayout layout, gboolean embedded)
{
mixer->mc[u].hbox = gtk_hbox_new(FALSE, 4);
hbox = mixer->mc[u].hbox;
gtk_container_set_border_width(GTK_CONTAINER(hbox), 4);
if(mixer->notebook != NULL)
{
if((name = strdup(mixer->mc[u].label.name))