[uim-commit] r298 - trunk/helper
ekato@freedesktop.org
ekato@freedesktop.org
Fri Jan 14 21:59:36 PST 2005
Author: ekato
Date: 2005-01-14 21:59:32 -0800 (Fri, 14 Jan 2005)
New Revision: 298
Modified:
trunk/helper/input-pad-ja.c
Log:
* helper/input-pad-ja.c (padbutton_clicked) : Remove redundant
"\n".
Modified: trunk/helper/input-pad-ja.c
===================================================================
--- trunk/helper/input-pad-ja.c 2005-01-15 02:43:18 UTC (rev 297)
+++ trunk/helper/input-pad-ja.c 2005-01-15 05:59:32 UTC (rev 298)
@@ -167,7 +167,7 @@
tmp = g_string_new("commit_string\n");
g_string_append(tmp, str);
- g_string_append(tmp, "\n\n");
+ g_string_append(tmp, "\n");
uim_helper_send_message(uim_fd, tmp->str);
More information about the Uim-commit
mailing list