[Fix] Oops, I completely failed to get the input widgets.

This commit is contained in:
Allanis 2014-05-24 14:46:55 +01:00
parent 81ae76236c
commit 5513a991a5

View File

@ -925,6 +925,7 @@ char* window_getInput(const unsigned int wid, char* name) {
Widget* wgt;
/* Get the widget. */
wgt = window_getwgt(wid, name);
if(wgt == NULL)
return NULL;