mirror of
https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git
synced 2026-05-08 11:19:17 +02:00
fix glade widget name case
This commit is contained in:
parent
dec8f15e83
commit
a652b7655e
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue