comparison src/gtkaccount.c @ 5708:1d5c5acfc846

[gaim-migrate @ 6129] Reversed the fields again. Bad Chip! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 03 Jun 2003 11:19:17 +0000
parents cd408d69ad2e
children 2c4e7df0a688
comparison
equal deleted inserted replaced
5707:b69400aa008e 5708:1d5c5acfc846
272 for (l = g_list_last(dialog->user_split_entries), 272 for (l = g_list_last(dialog->user_split_entries),
273 l2 = g_list_last(user_splits); 273 l2 = g_list_last(user_splits);
274 l != NULL && l2 != NULL; 274 l != NULL && l2 != NULL;
275 l = l->prev, l2 = l2->prev) { 275 l = l->prev, l2 = l2->prev) {
276 276
277 GaimAccountUserSplit *split = l->data; 277 GtkWidget *entry = l->data;
278 GtkWidget *entry = l2->data; 278 GaimAccountUserSplit *split = l2->data;
279 const char *value = NULL; 279 const char *value = NULL;
280 char *c; 280 char *c;
281 281
282 if (dialog->account != NULL) { 282 if (dialog->account != NULL) {
283 c = strrchr(username, 283 c = strrchr(username,