comparison src/log.c @ 7494:86fe50e88bcd

[gaim-migrate @ 8107] i think this is good committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 13 Nov 2003 07:33:39 +0000
parents 9b537f41bd55
children 3e85281aef0b
comparison
equal deleted inserted replaced
7493:6b9f452e84e1 7494:86fe50e88bcd
156 156
157 for (n = loggers; n; n = n->next) { 157 for (n = loggers; n; n = n->next) {
158 data = n->data; 158 data = n->data;
159 if (!data->write) 159 if (!data->write)
160 continue; 160 continue;
161 list = g_list_append(list, data->name); 161 list = g_list_append(list, _(data->name));
162 list = g_list_append(list, data->id); 162 list = g_list_append(list, data->id);
163 } 163 }
164 164
165 return list; 165 return list;
166 } 166 }