Merge branch 'master' of gitea.larke.org:kevin/libcw
This commit is contained in:
commit
4954e2dabb
3
cwUi.cpp
3
cwUi.cpp
@ -1372,7 +1372,10 @@ cw::rc_t cw::ui::create(
|
|||||||
cwLogWarning("The UI resource does not have a 'main' element.");
|
cwLogWarning("The UI resource does not have a 'main' element.");
|
||||||
else
|
else
|
||||||
if((rc = _createFromObj( p, main_obj, kInvalidId, kRootUuId, kInvalidId )) != kOkRC )
|
if((rc = _createFromObj( p, main_obj, kInvalidId, kRootUuId, kInvalidId )) != kOkRC )
|
||||||
|
{
|
||||||
rc = cwLogError(rc,"Create from UI resource failed.");
|
rc = cwLogError(rc,"Create from UI resource failed.");
|
||||||
|
goto errLabel;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user