mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
query passed prop, not 'title'
This commit is contained in:
parent
7b7178ebfa
commit
bb4c277e08
1 changed files with 1 additions and 1 deletions
|
|
@ -517,7 +517,7 @@ const char *
|
||||||
view_get_string_prop(struct view *view, const char *prop)
|
view_get_string_prop(struct view *view, const char *prop)
|
||||||
{
|
{
|
||||||
if (view->impl->get_string_prop) {
|
if (view->impl->get_string_prop) {
|
||||||
return view->impl->get_string_prop(view, "title");
|
return view->impl->get_string_prop(view, prop);
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue