# HG changeset patch # User Eric Warmenhoven # Date 1004662224 0 # Node ID ddfd4580a0e82fcbded07ab186de12f2d9dd19e2 # Parent ce0a757b4d36f4d9e67e3434dd07b5cd066052d2 [gaim-migrate @ 2673] heh. committer: Tailor Script diff -r ce0a757b4d36 -r ddfd4580a0e8 src/multi.c --- a/src/multi.c Thu Nov 01 23:07:19 2001 +0000 +++ b/src/multi.c Fri Nov 02 00:50:24 2001 +0000 @@ -1088,7 +1088,7 @@ return; i = gtk_clist_find_row_from_data(GTK_CLIST(list), gc->user); gtk_clist_set_text(GTK_CLIST(list), i, 1, "Yes"); - gtk_clist_set_text(GTK_CLIST(list), i, 3, proto_name(gc->protocol)); + gtk_clist_set_text(GTK_CLIST(list), i, 3, proto_name(gc->user->protocol)); return; }