alsa-xmms-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Alsa-xmms-user] Surround Toggle Button misbehaviour patch


From: Sebastian Droege
Subject: [Alsa-xmms-user] Surround Toggle Button misbehaviour patch
Date: Thu, 21 Mar 2002 15:08:22 +0100

Hi,
here is a simple patch to change the misbehaviour of the surround toggle button 
in the config dialog
It was from line 0 to 3 in mixer_table before and this doesn't look very good 
with the mozilla-modern gtk skin ;)

Bye

--- alsa-xmms-0.9/src/configure.c.old   Thu Mar 21 15:03:01 2002
+++ alsa-xmms-0.9/src/configure.c       Thu Mar 21 15:02:14 2002
@@ -246,7 +246,7 @@
   
   mixer_surround_check=gtk_check_button_new_with_label(_("Enable Surround"));
   
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(mixer_surround_check),alsa_cfg.surround);
-  gtk_table_attach_defaults(GTK_TABLE(mixer_table), mixer_surround_check, 0, 
1, 0, 3);
+  gtk_table_attach_defaults(GTK_TABLE(mixer_table), mixer_surround_check, 0, 
1, 1, 2);
   
   gtk_notebook_append_page(GTK_NOTEBOOK(notebook), mixer_frame, 
gtk_label_new(_("Mixer")));
  

Attachment: pgp7FEA_hUtZQ.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]