diff --git a/src/pavucontrol.cc b/src/pavucontrol.cc index 6b7a4df..826329f 100644 --- a/src/pavucontrol.cc +++ b/src/pavucontrol.cc @@ -794,8 +794,8 @@ SourceOutputWidget::~SourceOutputWidget() { SourceOutputWidget* SourceOutputWidget::create() { SourceOutputWidget* w; - Glib::RefPtr x = Gnome::Glade::Xml::create(GLADE_FILE, "StreamWidget"); - x->get_widget_derived("StreamWidget", w); + Glib::RefPtr x = Gnome::Glade::Xml::create(GLADE_FILE, "streamWidget"); + x->get_widget_derived("streamWidget", w); return w; }