comparison src/conversation.c @ 2487:43a75ca5b909

[gaim-migrate @ 2500] hi sean committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 12 Oct 2001 06:06:40 +0000
parents e73ca8d8d358
children 933e139fd0d3
comparison
equal deleted inserted replaced
2486:cf3218cd9f94 2487:43a75ca5b909
1977 c = c->next; 1977 c = c->next;
1978 1978
1979 create_convo_menu(C); 1979 create_convo_menu(C);
1980 1980
1981 if (g_slist_find(connections, C->gc)) 1981 if (g_slist_find(connections, C->gc))
1982 continue; 1982 set_convo_gc(C, C->gc);
1983 1983 else
1984 set_convo_gc(C, connections ? connections->data : NULL); 1984 set_convo_gc(C, connections ? connections->data : NULL);
1985 } 1985 }
1986 } 1986 }
1987 1987
1988 void convo_menu_remove(struct gaim_connection *gc) 1988 void convo_menu_remove(struct gaim_connection *gc)
1989 { 1989 {