comparison 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
comparison
equal deleted inserted replaced
8696:aebfa2b6af6b 8697:725413cc9fb9
2311 static void 2311 static void
2312 show_rename_group(GtkWidget *unused, GaimGroup *g) 2312 show_rename_group(GtkWidget *unused, GaimGroup *g)
2313 { 2313 {
2314 gaim_request_input(NULL, _("Rename Group"), _("New group name"), 2314 gaim_request_input(NULL, _("Rename Group"), _("New group name"),
2315 _("Please enter a new name for the selected group."), 2315 _("Please enter a new name for the selected group."),
2316 g->name, FALSE, FALSE, 2316 g->name, FALSE, FALSE, NULL,
2317 _("OK"), G_CALLBACK(rename_group_cb), 2317 _("OK"), G_CALLBACK(rename_group_cb),
2318 _("Cancel"), NULL, g); 2318 _("Cancel"), NULL, g);
2319 } 2319 }
2320 2320
2321 static char *gaim_get_tooltip_text(GaimBlistNode *node) 2321 static char *gaim_get_tooltip_text(GaimBlistNode *node)
4296 void 4296 void
4297 gaim_gtk_blist_request_add_group(void) 4297 gaim_gtk_blist_request_add_group(void)
4298 { 4298 {
4299 gaim_request_input(NULL, _("Add Group"), NULL, 4299 gaim_request_input(NULL, _("Add Group"), NULL,
4300 _("Please enter the name of the group to be added."), 4300 _("Please enter the name of the group to be added."),
4301 NULL, FALSE, FALSE, 4301 NULL, FALSE, FALSE, NULL,
4302 _("Add"), G_CALLBACK(add_group_cb), 4302 _("Add"), G_CALLBACK(add_group_cb),
4303 _("Cancel"), NULL, NULL); 4303 _("Cancel"), NULL, NULL);
4304 } 4304 }
4305 4305
4306 void gaim_gtk_blist_docklet_toggle() { 4306 void gaim_gtk_blist_docklet_toggle() {