summaryrefslogtreecommitdiffstats
path: root/src/pavucontrol.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/pavucontrol.cc')
-rw-r--r--src/pavucontrol.cc4
1 files changed, 2 insertions, 2 deletions
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<Gnome::Glade::Xml> x = Gnome::Glade::Xml::create(GLADE_FILE, "StreamWidget");
- x->get_widget_derived("StreamWidget", w);
+ Glib::RefPtr<Gnome::Glade::Xml> x = Gnome::Glade::Xml::create(GLADE_FILE, "streamWidget");
+ x->get_widget_derived("streamWidget", w);
return w;
}