Mute button + RT shows up immediately now in Windows Mixer

see issue 803
This commit is contained in:
Oliver Duis
2011-06-28 19:44:22 +02:00
parent 47cd6fc04e
commit 58efd5c861
8 changed files with 41 additions and 2 deletions

View File

@@ -116,6 +116,7 @@ class Preferences : public Gtk::Dialog {
Gtk::ComboBoxText* editorLayout;
RTWindow* parent;
Gtk::CheckButton* ckbSndEnable;
Gtk::Entry* txtSndBatchQueueDone;
Gtk::Entry* txtSndLngEditProcDone;
Gtk::SpinButton* spbSndLngEditProcDoneSecs;
@@ -131,7 +132,7 @@ class Preferences : public Gtk::Dialog {
Options moptions;
sigc::connection tconn, sconn, fconn, usethcon, addc, setc, dfconn, ffconn, autoMonProfileConn;
sigc::connection tconn, sconn, fconn, usethcon, addc, setc, dfconn, ffconn, autoMonProfileConn, sndEnableConn;
Glib::ustring initialTheme;
Glib::ustring initialFont;
@@ -170,6 +171,7 @@ class Preferences : public Gtk::Dialog {
void cancelPressed ();
void aboutPressed ();
void autoMonProfileToggled ();
void sndEnableToggled ();
void selectStartupDir ();
void addExtPressed ();