diff src/gtkblist.c @ 8697:725413cc9fb9

[gaim-migrate @ 9450] WYSIWYG info editing from Jon Oberheide We need separate gc flags for conversation HTML and user info HTML, or something. It seems like there should be a better way to do that... Hint hint wink wink nudge nudge I kick your foot, under the table You kick me back, I can't say I'm able To stand for you, or fall for you Ever again I wish for, a perfect setting Wishing that I'm letting you take me Where you want me, all over again committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 18 Apr 2004 06:22:42 +0000
parents 1dde34c45c5b
children 36b043fe2740
line wrap: on
line diff
--- a/src/gtkblist.c	Sun Apr 18 05:47:16 2004 +0000
+++ b/src/gtkblist.c	Sun Apr 18 06:22:42 2004 +0000
@@ -2313,7 +2313,7 @@
 {
 	gaim_request_input(NULL, _("Rename Group"), _("New group name"),
 					   _("Please enter a new name for the selected group."),
-					   g->name, FALSE, FALSE,
+					   g->name, FALSE, FALSE, NULL,
 					   _("OK"), G_CALLBACK(rename_group_cb),
 					   _("Cancel"), NULL, g);
 }
@@ -4298,7 +4298,7 @@
 {
 	gaim_request_input(NULL, _("Add Group"), NULL,
 					   _("Please enter the name of the group to be added."),
-					   NULL, FALSE, FALSE,
+					   NULL, FALSE, FALSE, NULL,
 					   _("Add"), G_CALLBACK(add_group_cb),
 					   _("Cancel"), NULL, NULL);
 }