Mercurial > pidgin
comparison src/multi.c @ 2199:e8e2a72a37b7
[gaim-migrate @ 2209]
no more buddy chat things in the buddy list. we'll see how many people this pisses off before committing part 2.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Thu, 30 Aug 2001 23:48:56 +0000 |
| parents | 24d947eff811 |
| children | 53981aae4f8b |
comparison
equal
deleted
inserted
replaced
| 2198:196e23ddd8bf | 2199:e8e2a72a37b7 |
|---|---|
| 71 gc->buddy_chats = NULL; | 71 gc->buddy_chats = NULL; |
| 72 gc->groups = NULL; | 72 gc->groups = NULL; |
| 73 gc->permit = NULL; | 73 gc->permit = NULL; |
| 74 gc->deny = NULL; | 74 gc->deny = NULL; |
| 75 | 75 |
| 76 gc->iconfile = "/home/ewarmenhoven/peng.gif"; | |
| 77 | |
| 76 connections = g_slist_append(connections, gc); | 78 connections = g_slist_append(connections, gc); |
| 77 | 79 |
| 78 user->gc = gc; | 80 user->gc = gc; |
| 79 gc->user = user; | 81 gc->user = user; |
| 80 | 82 |
| 915 set_user_state(online); | 917 set_user_state(online); |
| 916 #else | 918 #else |
| 917 show_buddy_list(); | 919 show_buddy_list(); |
| 918 refresh_buddy_window(); | 920 refresh_buddy_window(); |
| 919 #endif | 921 #endif |
| 920 setup_buddy_chats(); | |
| 921 | 922 |
| 922 update_connection_dependent_prefs(); | 923 update_connection_dependent_prefs(); |
| 923 do_away_menu(); | 924 do_away_menu(); |
| 924 do_proto_menu(); | 925 do_proto_menu(); |
| 925 redo_convo_menus(); | 926 redo_convo_menus(); |
