mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
This update includes the 0.20.3pre3 code
This commit is contained in:
@@ -148,13 +148,13 @@ wInputDialog(WScreen *scr, char *title, char *message, char **text)
|
||||
XDestroyWindow(dpy, parent);
|
||||
|
||||
if (result==NULL)
|
||||
return WDB_CANCEL;
|
||||
return False;
|
||||
else {
|
||||
if (*text)
|
||||
free(*text);
|
||||
*text = result;
|
||||
|
||||
return WDB_OK;
|
||||
return True;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user