mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
view: fix build warning
This commit is contained in:
parent
806fdb08bd
commit
e7da5f21e9
1 changed files with 1 additions and 0 deletions
|
|
@ -404,6 +404,7 @@ view_get_string_prop(struct view *view, const char *prop)
|
|||
if (view->impl->get_string_prop) {
|
||||
return view->impl->get_string_prop(view, "title");
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue