From 018dbe0e1105ca38e788c17c5c99cbf456f52392 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Mon, 16 Apr 2012 12:11:09 +0200 Subject: [PATCH] Fix clearing of ICS input box after send --- dialogs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dialogs.c b/dialogs.c index 525ce71..5bed07a 100644 --- 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 -- 1.7.0.4