changeset 7085:807aba537663

[gaim-migrate @ 7650] Moved some code out of dialogs.c. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 30 Sep 2003 23:05:41 +0000
parents 0909ebf6fb28
children 0cacce490486
files src/dialogs.c src/ui.h
diffstat 2 files changed, 0 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/src/dialogs.c	Tue Sep 30 22:59:30 2003 +0000
+++ b/src/dialogs.c	Tue Sep 30 23:05:41 2003 +0000
@@ -2318,21 +2318,3 @@
 	return;
 }
 
-/*------------------------------------------------------------------------*/
-/*  The dialog for renaming groups                                        */
-/*------------------------------------------------------------------------*/
-
-static void do_rename_group(GaimGroup *g, const char *new_name)
-{
-	gaim_blist_rename_group(g, new_name);
-	gaim_blist_save();
-}
-
-void show_rename_group(GtkWidget *unused, GaimGroup *g)
-{
-	gaim_request_input(NULL, _("Rename Group"), _("New group name"),
-					   _("Please enter a new name for the selected group."),
-					   g->name, FALSE, FALSE,
-					   _("OK"), G_CALLBACK(do_rename_group),
-					   _("Cancel"), NULL, g);
-}
--- a/src/ui.h	Tue Sep 30 22:59:30 2003 +0000
+++ b/src/ui.h	Tue Sep 30 23:05:41 2003 +0000
@@ -150,7 +150,6 @@
 extern void show_font_dialog(GaimConversation *c, GtkWidget *font);
 extern void cancel_font(GtkWidget *widget, GaimConversation *c);
 extern void apply_font(GtkWidget *widget, GtkFontSelection *fontsel);
-extern void show_rename_group(GtkWidget *, GaimGroup *);
 extern void destroy_fontsel(GtkWidget *w, gpointer d);
 extern void join_chat();