comparison src/multi.c @ 2661:5e9a033f04fa

[gaim-migrate @ 2674] this is more correct committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 02 Nov 2001 00:52:07 +0000
parents ddfd4580a0e8
children b0c5770156e1
comparison
equal deleted inserted replaced
2660:ddfd4580a0e8 2661:5e9a033f04fa
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->user->protocol)); 1091 gtk_clist_set_text(GTK_CLIST(list), i, 3, (*gc->prpl->name)());
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)