From a652b7655e9f65a78e8e096c82af093ac9099258 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 21 Jul 2008 15:54:52 +0200 Subject: fix glade widget name case --- src/pavucontrol.cc | 4 ++-- 1 file 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 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; } -- cgit