commit 5cb1b34d793535a7ea31751993d9ce1d99c6d723
parent 6bebf902d8aa6e230689648d2114f5d743160a3d
Author: Tristan Chabredier <wwp@claws-mail.org>
Date: Tue, 5 Apr 2011 18:45:26 +0000
2011-04-05 [wwp] 3.7.8cvs72
* src/compose.c
A debug string not to translate.
Diffstat:
4 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-05 [wwp] 3.7.8cvs72
+
+ * src/compose.c
+ A debug string not to translate.
+
2011-04-03 [colin] 3.7.8cvs71
* src/common/utils.h
diff --git a/PATCHSETS b/PATCHSETS
@@ -4145,3 +4145,4 @@
( cvs diff -u -r 1.29.2.12 -r 1.29.2.13 INSTALL; ) > 3.7.8cvs69.patchset
( cvs diff -u -r 1.382.2.568 -r 1.382.2.569 src/compose.c; ) > 3.7.8cvs70.patchset
( cvs diff -u -r 1.20.2.76 -r 1.20.2.77 src/common/utils.h; ) > 3.7.8cvs71.patchset
+( cvs diff -u -r 1.382.2.569 -r 1.382.2.570 src/compose.c; ) > 3.7.8cvs72.patchset
diff --git a/configure.ac b/configure.ac
@@ -12,7 +12,7 @@ MINOR_VERSION=7
MICRO_VERSION=8
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=71
+EXTRA_VERSION=72
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
diff --git a/src/compose.c b/src/compose.c
@@ -8968,7 +8968,7 @@ static gboolean compose_input_cb(GIOChannel *source, GIOCondition condition,
Compose *compose = (Compose *)data;
gsize bytes_read;
- debug_print(_("Compose: input from monitoring process\n"));
+ debug_print("Compose: input from monitoring process\n");
g_io_channel_read_chars(source, buf, sizeof(buf), &bytes_read, NULL);