projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
20786e8
)
Fix clearing of ICS input box after send
author
H.G. Muller
<h.g.muller@hccnet.nl>
Mon, 16 Apr 2012 10:11:09 +0000 (12:11 +0200)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Tue, 17 Apr 2012 11:59:31 +0000 (13:59 +0200)
dialogs.c
patch
|
blob
|
history
diff --git
a/dialogs.c
b/dialogs.c
index
525ce71
..
5bed07a
100644
(file)
--- a/
dialogs.c
+++ b/
dialogs.c
@@
-1078,7
+1078,7
@@
ICSInputSendText ()
GetWidgetText(&boxOptions[0], &val);
SaveInHistory(val);
SendMultiLineToICS(val);
- SetWidgetText(&boxOptions[0], val, InputBoxDlg);
+ SetWidgetText(&boxOptions[0], "", InputBoxDlg);
}
void