comparison src/ui.h @ 5234:890b29f00b68

[gaim-migrate @ 5604] Chats in the buddy list! You can now put chat rooms in your buddy list, and double-click them to join them, instead of having to do all that typing. I'm eventually gonna add auto-join support, so that ugly hack involving pouncing can go away. Someone should make some new artwork so we don't have 2 + icons next to each other in the menus. This also has some fixes to let gaim compile again, after the renaming of the buddy list files. This also fixes the problem with offline buddies not showing up in the list sometimes for accounts that didn't log in at startup. This probably fixes other stuff, but I can't remember any of it off the top of my head. I'm going to stop typing and let people play with this now. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 26 Apr 2003 20:30:43 +0000
parents 0241d6b6702d
children 04e1e40b99b0
comparison
equal deleted inserted replaced
5233:202105dbed8f 5234:890b29f00b68
243 extern void build_imchat_box(gboolean); 243 extern void build_imchat_box(gboolean);
244 extern void show_xfer_dialog(); 244 extern void show_xfer_dialog();
245 245
246 /* Functions in dialogs.c */ 246 /* Functions in dialogs.c */
247 extern void alias_dialog_bud(struct buddy *); 247 extern void alias_dialog_bud(struct buddy *);
248 extern void alias_dialog_chat(struct chat *);
248 extern void show_warn_dialog(struct gaim_connection *, char *); 249 extern void show_warn_dialog(struct gaim_connection *, char *);
249 extern void show_im_dialog(); 250 extern void show_im_dialog();
250 extern void show_info_dialog(); 251 extern void show_info_dialog();
251 extern void show_add_buddy(struct gaim_connection *, char *, char *, char *); 252 extern void show_add_buddy(struct gaim_connection *, char *, char *, char *);
253 extern void show_add_chat(struct gaim_account *, struct group *);
252 extern void show_add_group(struct gaim_connection *); 254 extern void show_add_group(struct gaim_connection *);
253 extern void show_add_perm(struct gaim_connection *, char *, gboolean); 255 extern void show_add_perm(struct gaim_connection *, char *, gboolean);
254 extern void destroy_all_dialogs(); 256 extern void destroy_all_dialogs();
255 extern void show_import_dialog(); 257 extern void show_import_dialog();
256 extern void show_export_dialog(); 258 extern void show_export_dialog();