diff src/ui.h @ 7879:f9df510460d7

[gaim-migrate @ 8533] Some lot of small changes, mostly to conversation menus. -Made the alias menu item in chat convo windows work -Made the add/remove menu items in chat convo windows work. The menu item still doesn't toggle after you've added or removed, but I'll probably do that soon -Made the invite dialog not modal -Removed GAIM_STOCK_PRIVACY from stock.[c|h] since we're not using it anymore committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 14 Dec 2003 23:59:14 +0000
parents 72727edb37ef
children 1441648fe974
line wrap: on
line diff
--- a/src/ui.h	Sun Dec 14 23:55:39 2003 +0000
+++ b/src/ui.h	Sun Dec 14 23:59:14 2003 +0000
@@ -122,7 +122,7 @@
 extern void alias_dialog_bud(GaimBuddy *);
 extern void alias_dialog_contact(GaimContact *);
 extern void alias_dialog_blist_chat(GaimChat *);
-extern void show_warn_dialog(GaimConnection *, char *);
+extern void show_warn_dialog(GaimConnection *, const char *);
 extern void show_im_dialog();
 extern void show_info_dialog();
 extern void destroy_all_dialogs();