fix glade widget name case
This commit is contained in:
parent
dec8f15e83
commit
a652b7655e
|
@ -794,8 +794,8 @@ SourceOutputWidget::~SourceOutputWidget() {
|
||||||
|
|
||||||
SourceOutputWidget* SourceOutputWidget::create() {
|
SourceOutputWidget* SourceOutputWidget::create() {
|
||||||
SourceOutputWidget* w;
|
SourceOutputWidget* w;
|
||||||
Glib::RefPtr<Gnome::Glade::Xml> x = Gnome::Glade::Xml::create(GLADE_FILE, "StreamWidget");
|
Glib::RefPtr<Gnome::Glade::Xml> x = Gnome::Glade::Xml::create(GLADE_FILE, "streamWidget");
|
||||||
x->get_widget_derived("StreamWidget", w);
|
x->get_widget_derived("streamWidget", w);
|
||||||
return w;
|
return w;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue