comparison src/multi.c @ 2660:ddfd4580a0e8

[gaim-migrate @ 2673] heh. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 02 Nov 2001 00:50:24 +0000
parents 4054a0849461
children 5e9a033f04fa
comparison
equal deleted inserted replaced
2659:ce0a757b4d36 2660:ddfd4580a0e8
1086 /* everything for the account editor */ 1086 /* everything for the account editor */
1087 if (!acctedit) 1087 if (!acctedit)
1088 return; 1088 return;
1089 i = gtk_clist_find_row_from_data(GTK_CLIST(list), gc->user); 1089 i = gtk_clist_find_row_from_data(GTK_CLIST(list), gc->user);
1090 gtk_clist_set_text(GTK_CLIST(list), i, 1, "Yes"); 1090 gtk_clist_set_text(GTK_CLIST(list), i, 1, "Yes");
1091 gtk_clist_set_text(GTK_CLIST(list), i, 3, proto_name(gc->protocol)); 1091 gtk_clist_set_text(GTK_CLIST(list), i, 3, proto_name(gc->user->protocol));
1092 1092
1093 return; 1093 return;
1094 } 1094 }
1095 1095
1096 void account_offline(struct gaim_connection *gc) 1096 void account_offline(struct gaim_connection *gc)