Hook up the device combo box on change event

This commit is contained in:
Colin Guthrie 2009-03-16 22:00:51 +00:00
parent ca441f4c9d
commit fab8d8d524
1 changed files with 1 additions and 3 deletions

View File

@ -36,9 +36,7 @@ StreamWidget::StreamWidget(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Gl
x->get_widget("directionLabel", directionLabel); x->get_widget("directionLabel", directionLabel);
x->get_widget("streamControlHBox", streamControlHBox); x->get_widget("streamControlHBox", streamControlHBox);
//deviceCombo->set_active(false); deviceCombo->signal_changed().connect( sigc::mem_fun(*this, &StreamWidget::onDeviceChange));
//deviceCombo->signal_clicked().connect(sigc::mem_fun(*this, &MinimalStreamWidget::onDeviceChange));
terminateButton->signal_clicked().connect(sigc::mem_fun(*this, &StreamWidget::onKill)); terminateButton->signal_clicked().connect(sigc::mem_fun(*this, &StreamWidget::onKill));
muteToggleButton->signal_clicked().connect(sigc::mem_fun(*this, &StreamWidget::onMuteToggleButton)); muteToggleButton->signal_clicked().connect(sigc::mem_fun(*this, &StreamWidget::onMuteToggleButton));