comparison src/dialogs.c @ 1074:2cff18c2f9c6

[gaim-migrate @ 1084] this was stupidity waiting to happen. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 07 Nov 2000 09:27:32 +0000
parents 81d19577285a
children 56c7ceb986a8
comparison
equal deleted inserted replaced
1073:6b013aff4de3 1074:2cff18c2f9c6
1146 1146
1147 junk = gtk_editable_get_chars(GTK_EDITABLE(b->text), 0, -1); 1147 junk = gtk_editable_get_chars(GTK_EDITABLE(b->text), 0, -1);
1148 1148
1149 if (b->user) { 1149 if (b->user) {
1150 g_snprintf(b->user->user_info, sizeof(b->user->user_info), "%s", junk); 1150 g_snprintf(b->user->user_info, sizeof(b->user->user_info), "%s", junk);
1151 gc = find_gaim_conn_by_name(b->user->username); 1151 gc = b->user->gc;
1152 1152
1153 save_prefs(); 1153 save_prefs();
1154 1154
1155 if (gc) { 1155 if (gc) {
1156 buf = g_malloc(strlen(junk) * 4); 1156 buf = g_malloc(strlen(junk) * 4);