changeset 12241:4777c5912068

[gaim-migrate @ 14543] We shouldn't translate the logger name twice. If we let the callers of gaim_log_logger_new() do it (the change that KingAnt just committed), then plugins can translate logger names. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 28 Nov 2005 01:43:53 +0000
parents 1c0fd404e07e
children 976677e67239
files src/log.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/log.c	Sun Nov 27 23:12:16 2005 +0000
+++ b/src/log.c	Mon Nov 28 01:43:53 2005 +0000
@@ -353,7 +353,7 @@
 		data = n->data;
 		if (!data->write)
 			continue;
-		list = g_list_append(list, _(data->name));
+		list = g_list_append(list, data->name);
 		list = g_list_append(list, data->id);
 	}