summaryrefslogtreecommitdiffstats
path: root/src/sinkwidget.h
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2009-03-16 23:21:40 +0000
committerColin Guthrie <cguthrie@mandriva.org>2009-06-17 08:54:12 +0100
commit4bd94fa2b86fb8464829c806ae517db113924bd2 (patch)
tree2d7d0e6b9b80ea9a86c02d888fd228e2b10fc48f /src/sinkwidget.h
parent4c3acd35e5d406846c6f9d0596ce4f834e373bd8 (diff)
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.
Diffstat (limited to 'src/sinkwidget.h')
-rw-r--r--src/sinkwidget.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/sinkwidget.h b/src/sinkwidget.h
index c833e78..6c6186b 100644
--- a/src/sinkwidget.h
+++ b/src/sinkwidget.h
@@ -36,11 +36,9 @@ public:
uint32_t index, monitor_index, card_index;
bool can_decibel;
- Gtk::CheckMenuItem defaultMenuItem;
-
virtual void onMuteToggleButton();
virtual void executeVolumeUpdate();
- virtual void onDefaultToggle();
+ virtual void onDefaultToggleButton();
};
#endif