| 10424:e607942e309a | 10425:d82cef15da95 |
|---|---|
| 121 GSList *l; | 121 GSList *l; |
| 122 | 122 |
| 123 for (l = list; l != NULL; l = l->next) { | 123 for (l = list; l != NULL; l = l->next) { |
| 124 temp_name = (const char *)l->data; | 124 temp_name = (const char *)l->data; |
| 125 | 125 |
| 126 /* Should this use gaim_normalize()? */ | |
| 126 if (!gaim_utf8_strcasecmp(name, temp_name)) | 127 if (!gaim_utf8_strcasecmp(name, temp_name)) |
| 127 return temp_name; | 128 return temp_name; |
| 128 } | 129 } |
| 129 | 130 |
| 130 return NULL; | 131 return NULL; |