From 4bd94fa2b86fb8464829c806ae517db113924bd2 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 16 Mar 2009 23:21:40 +0000 Subject: Wire up all the new UI code. This makes the default button work on sinks/sources, allows the drop down to actually change the sink/source and removes the old menu code. Some names and such are fixed in the glade file too. --- src/sourcewidget.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/sourcewidget.h') diff --git a/src/sourcewidget.h b/src/sourcewidget.h index 04ee4af..81bd44c 100644 --- a/src/sourcewidget.h +++ b/src/sourcewidget.h @@ -36,11 +36,9 @@ public: uint32_t index, card_index; bool can_decibel; - Gtk::CheckMenuItem defaultMenuItem; - virtual void onMuteToggleButton(); virtual void executeVolumeUpdate(); - virtual void onDefaultToggle(); + virtual void onDefaultToggleButton(); }; #endif -- cgit