Revision 15b24f02
Von martin vor fast 15 Jahren hinzugefügt
src/gui/widget.c | ||
---|---|---|
w->wtype=GWEN_Widget_Type_fromString(s);
|
||
if (w->wtype==GWEN_Widget_TypeUnknown) {
|
||
DBG_ERROR(GWEN_LOGDOMAIN, "unknown type in node");
|
||
GWEN_XMLNode_Dump(node, stderr, 2);
|
||
GWEN_XMLNode_Dump(node, 2);
|
||
return GWEN_ERROR_BAD_DATA;
|
||
}
|
||
}
|
Auch abrufbar als: Unified diff
Removed argument FILE from all dump functions.
This is the first step in removing dependencies on the console. When
finished we will no longer need a console on WIN32 in windows apps.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1986 70169cfe-8b10-0410-8925-dcb4b91034d8