Fix clearing of ICS input box after send
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 16 Apr 2012 10:11:09 +0000 (12:11 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 17 Apr 2012 11:59:31 +0000 (13:59 +0200)
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